Package com.telnyx.webrtc.lib
Interface SdpObserver
public interface SdpObserver
Interface for observing SDP-related events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCreateFailure(String error) Called on error of Create{Offer,Answer}().voidCalled on success of Create{Offer,Answer}().voidonSetFailure(String error) Called on error of Set{Local,Remote}Description().voidCalled on success of Set{Local,Remote}Description().
-
Method Details
-
onCreateSuccess
Called on success of Create{Offer,Answer}(). -
onSetSuccess
void onSetSuccess()Called on success of Set{Local,Remote}Description(). -
onCreateFailure
Called on error of Create{Offer,Answer}(). -
onSetFailure
Called on error of Set{Local,Remote}Description().
-