public interface SdpObserver
Modifier and Type | Method and Description |
---|---|
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)
6.0.0