Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCallActivity.java155 private AppRTCClient appRtcClient; field in CallActivity
336 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 …]