Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/webrtc_PausePlayPeerConnections/
Dpause-play.js54 this.localConnection = null;
69 this.localConnection = new RTCPeerConnection(null);
70 this.localConnection.onicecandidate = (event) => { function
73 this.localConnection.addStream(stream);
77 this.onIceCandidate(this.localConnection, event);
83 this.localConnection
89 this.localConnection.setLocalDescription(desc);
98 this.localConnection.setRemoteDescription(desc);