stream-webrtc-android
Toggle table of contents
1.3.6
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
stream-webrtc-android
stream-webrtc-android
/
org.webrtc
/
SdpObserver
Sdp
Observer
interface
SdpObserver
Interface for observing SDP-related events.
Members
Functions
on
Create
Failure
Link copied to clipboard
abstract
fun
onCreateFailure
(
error
:
String
)
Called on error of Create{Offer,Answer}().
on
Create
Success
Link copied to clipboard
abstract
fun
onCreateSuccess
(
sdp
:
SessionDescription
)
Called on success of Create{Offer,Answer}().
on
Set
Failure
Link copied to clipboard
abstract
fun
onSetFailure
(
error
:
String
)
Called on error of Set{Local,Remote}Description().
on
Set
Success
Link copied to clipboard
abstract
fun
onSetSuccess
(
)
Called on success of Set{Local,Remote}Description().