Searched refs:onRemoteIceCandidate (Results 1 – 5 of 5) sorted by relevance
142 .onRemoteIceCandidate(isNotNull(IceCandidate.class)); in testDirectRTCClient()146 .onRemoteIceCandidate(isNotNull(IceCandidate.class)); in testDirectRTCClient()
120 void onRemoteIceCandidate(final IceCandidate candidate); in onRemoteIceCandidate() method
246 events.onRemoteIceCandidate(candidate); in sendLocalIceCandidate()305 events.onRemoteIceCandidate(toJavaCandidate(json)); in onWebSocketMessage()
253 events.onRemoteIceCandidate(toJavaCandidate(json)); in onTCPMessage()
804 public void onRemoteIceCandidate(final IceCandidate candidate) {