Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/webrtc_PausePlayPeerConnections/
Dpause-play.js55 this.remoteConnection = null;
71 this.onIceCandidate(this.remoteConnection, event);
75 this.remoteConnection = new RTCPeerConnection(null);
76 this.remoteConnection.onicecandidate = (event) => { function
79 this.remoteConnection.onaddstream = (e) => {
90 this.remoteConnection.setRemoteDescription(desc);
92 this.remoteConnection.createAnswer().then(
97 this.remoteConnection.setLocalDescription(desc);