toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
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().