public interface SdpObserver
限定符和类型 | 方法和说明 |
---|---|
void |
onCreateFailure(java.lang.String error)
Called on error of Create{Offer,Answer}().
|
void |
onCreateSuccess(SessionDescription sdp)
Called on success of Create{Offer,Answer}().
|
void |
onSetFailure(java.lang.String error)
Called on error of Set{Local,Remote}Description().
|
void |
onSetSuccess()
Called on success of Set{Local,Remote}Description().
|
void onCreateSuccess(SessionDescription sdp)
void onSetSuccess()
void onCreateFailure(java.lang.String error)
void onSetFailure(java.lang.String error)