Searched refs:appRtcClient (Results 1 – 1 of 1) sorted by relevance
115 private AppRTCClient appRtcClient; field in CallActivity240 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 …]