Home
last modified time | relevance | path

Searched refs:onRemoteIceCandidate (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCClient.java113 public void onRemoteIceCandidate(final IceCandidate candidate); in onRemoteIceCandidate() method
DWebSocketRTCClient.java245 events.onRemoteIceCandidate(candidate); in sendLocalIceCandidate()
277 events.onRemoteIceCandidate(candidate); in onWebSocketMessage()
DCallActivity.java550 public void onRemoteIceCandidate(final IceCandidate candidate) { in onRemoteIceCandidate() method in CallActivity