Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCallActivity.java153 @Nullable private PeerConnectionClient peerConnectionClient; field in CallActivity
372 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 …]