Home
last modified time | relevance | path

Searched refs:onRemoteIceCandidatesRemoved (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCClient.java125 void onRemoteIceCandidatesRemoved(final IceCandidate[] candidates); in onRemoteIceCandidatesRemoved() method
DWebSocketRTCClient.java277 events.onRemoteIceCandidatesRemoved(candidates); in sendLocalIceCandidateRemovals()
312 events.onRemoteIceCandidatesRemoved(candidates); in onWebSocketMessage()
DDirectRTCClient.java260 events.onRemoteIceCandidatesRemoved(candidates); in onTCPMessage()
DCallActivity.java818 public void onRemoteIceCandidatesRemoved(final IceCandidate[] candidates) {