| com.nexmo.sdk.conversation.client.audio.PeerConnectionClient.PeerConnectionEvents |
Known Indirect Subclasses
|
Peer connection events.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onIceCandidate(IceCandidate candidate)
Callback fired once local Ice candidate is generated.
| ||||||||||
| abstract void |
onIceCandidatesRemoved(IceCandidate[] candidates)
Callback fired once local ICE candidates are removed.
| ||||||||||
| abstract void |
onIceConnected()
Callback fired once connection is established (IceConnectionState is
CONNECTED).
| ||||||||||
| abstract void |
onIceDisconnected()
Callback fired once connection is closed (IceConnectionState is
DISCONNECTED).
| ||||||||||
| abstract void | onIceGatheringDone() | ||||||||||
| abstract void |
onLocalDescription(SessionDescription sdp)
Callback fired once local SDP is created and set.
| ||||||||||
| abstract void |
onPeerConnectionClosed()
Callback fired once peer connection is closed.
| ||||||||||
| abstract void |
onPeerConnectionError(String description)
Callback fired once peer connection error happened.
| ||||||||||
| abstract void |
onPeerConnectionStatsReady(RTCStatsReport report)
Callback fired once peer connection statistics is ready.
| ||||||||||
Callback fired once local Ice candidate is generated.
Callback fired once local ICE candidates are removed.
Callback fired once connection is established (IceConnectionState is CONNECTED).
Callback fired once connection is closed (IceConnectionState is DISCONNECTED).
Callback fired once local SDP is created and set.
Callback fired once peer connection is closed.
Callback fired once peer connection error happened.
Callback fired once peer connection statistics is ready.