sora-android-sdk
androidJvm
sora-android-sdk
/
jp.shiguredo.sora.sdk.channel.signaling
/
SignalingChannel
/
Listener
Listener
interface
Listener
Members
Functions
get
Stats
Link copied to clipboard
abstract
fun
getStats
(
handler
:
(
RTCStatsReport
?
)
->
Unit
)
on
Connect
Link copied to clipboard
abstract
fun
onConnect
(
endpoint
:
String
)
on
Disconnect
Link copied to clipboard
abstract
fun
onDisconnect
(
disconnectReason
:
SoraDisconnectReason
?
)
on
Error
Link copied to clipboard
abstract
fun
onError
(
reason
:
SoraErrorReason
)
on
Initial
Offer
Link copied to clipboard
abstract
fun
onInitialOffer
(
offerMessage
:
OfferMessage
,
endpoint
:
String
)
on
Notification
Message
Link copied to clipboard
abstract
fun
onNotificationMessage
(
notification
:
NotificationMessage
)
on
Push
Message
Link copied to clipboard
abstract
fun
onPushMessage
(
push
:
PushMessage
)
on
Redirect
Link copied to clipboard
abstract
fun
onRedirect
(
location
:
String
)
on
Re
Offer
Link copied to clipboard
abstract
fun
onReOffer
(
sdp
:
String
)
on
Switched
Link copied to clipboard
abstract
fun
onSwitched
(
switchedMessage
:
SwitchedMessage
)
on
Updated
Offer
Link copied to clipboard
abstract
fun
onUpdatedOffer
(
sdp
:
String
)