Searched refs:appRtcClient (Results 1 – 1 of 1) sorted by relevance
155 private AppRTCClient appRtcClient; field in CallActivity336 appRtcClient = new WebSocketRTCClient(this); in onCreate()339 appRtcClient = new DirectRTCClient(this); in onCreate()571 if (appRtcClient == null) {579 appRtcClient.connectToRoom(roomConnectionParameters);625 if (appRtcClient != null) {626 appRtcClient.disconnectFromRoom();627 appRtcClient = null;864 if (appRtcClient != null) {867 appRtcClient.sendOfferSdp(sdp);[all …]