SdpObserver

interface SdpObserver

Interface for observing SDP-related events.

Functions

Link copied to clipboard
abstract fun onCreateFailure(error: String)
Called on error of Create{Offer,Answer}().
Link copied to clipboard
Called on success of Create{Offer,Answer}().
Link copied to clipboard
abstract fun onSetFailure(error: String)
Called on error of Set{Local,Remote}Description().
Link copied to clipboard
abstract fun onSetSuccess()
Called on success of Set{Local,Remote}Description().