public static interface RTCClient.SignalingEvents
Methods are guaranteed to be invoked on the UI thread of |activity|.
| Modifier and Type | Method and Description |
|---|---|
void |
onChannelAccepted(java.lang.String[] ices) |
void |
onChannelBusy()
Callback fired once channel is busy.
|
void |
onChannelClose()
Callback fired once channel is closed.
|
void |
onChannelOffer(SessionDescription sdp)
Callback fired once the room's signaling parameters
SignalingParameters are extracted.
|
void |
onChannelReject() |
void |
onChannelTimeout() |
void |
onRemoteDescription(SessionDescription sdp)
Callback fired once remote SDP is received.
|
void |
onRemoteIceCandidate(IceCandidate candidate)
Callback fired once remote Ice candidate is received.
|
void |
onRemoteIceCandidateRemoved(IceCandidate candidate)
Callback fired once remote Ice candidate removals are received.
|
void onChannelOffer(SessionDescription sdp)
void onRemoteDescription(SessionDescription sdp)
void onRemoteIceCandidate(IceCandidate candidate)
void onRemoteIceCandidateRemoved(IceCandidate candidate)
void onChannelClose()
void onChannelBusy()
void onChannelTimeout()
void onChannelReject()
void onChannelAccepted(java.lang.String[] ices)