Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCallActivity.java115 private AppRTCClient appRtcClient; field in CallActivity
240 appRtcClient = new WebSocketRTCClient(this, new LooperExecutor()); in onCreate()
365 if (appRtcClient == null) { in startCall()
374 appRtcClient.connectToRoom(roomConnectionParameters); in startCall()
415 if (appRtcClient != null) { in disconnect()
416 appRtcClient.disconnectFromRoom(); in disconnect()
417 appRtcClient = null; in disconnect()
590 if (appRtcClient != null) { in onLocalDescription()
593 appRtcClient.sendOfferSdp(sdp); in onLocalDescription()
595 appRtcClient.sendAnswerSdp(sdp); in onLocalDescription()
[all …]