Searched refs:peerConnectionClient (Results 1 – 1 of 1) sorted by relevance
153 @Nullable private PeerConnectionClient peerConnectionClient; field in CallActivity372 peerConnectionClient = new PeerConnectionClient( in onCreate()378 peerConnectionClient.createPeerConnectionFactory(options); in onCreate()485 if (peerConnectionClient != null && !screencaptureEnabled) {486 peerConnectionClient.stopVideoSource();498 if (peerConnectionClient != null && !screencaptureEnabled) {499 peerConnectionClient.startVideoSource();525 if (peerConnectionClient != null) {526 peerConnectionClient.switchCamera();537 if (peerConnectionClient != null) {[all …]