auroralive-player-android
SDK
auroralive-player-android
/
com.visionular.auroralive.webrtc
/
CoroutineSdpObserver
Coroutine
Sdp
Observer
class
CoroutineSdpObserver
:
SdpObserver
Members
Constructors
Coroutine
Sdp
Observer
Link copied to clipboard
constructor
(
)
Functions
await
Create
Link copied to clipboard
suspend
fun
awaitCreate
(
)
:
Either
<
String
?
,
SessionDescription
>
await
Set
Link copied to clipboard
suspend
fun
awaitSet
(
)
:
Either
<
String
?
,
Unit
>
on
Create
Failure
Link copied to clipboard
open
override
fun
onCreateFailure
(
msg
:
String
?
)
on
Create
Success
Link copied to clipboard
open
override
fun
onCreateSuccess
(
sdp
:
SessionDescription
?
)
on
Set
Failure
Link copied to clipboard
open
override
fun
onSetFailure
(
msg
:
String
?
)
on
Set
Success
Link copied to clipboard
open
override
fun
onSetSuccess
(
)