Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/audio_WebRtcAudioLoopback/
Daudio_loopback_test.js43 this.remoteConnection = null;
57 this.onIceCandidate(this.remoteConnection, event);
61 this.remoteConnection = new RTCPeerConnection(null);
62 this.remoteConnection.onicecandidate = (event) => { function
65 this.remoteConnection.onaddstream = (e) => {
77 this.remoteConnection.setRemoteDescription(desc);
80 this.remoteConnection.createAnswer().then(onCreateAnswerSuccess, logError);
84 this.remoteConnection.setLocalDescription(desc);
/external/autotest/client/common_lib/cros/webrtc_scripts/
Dloopback-peerconnection.js24 this.remoteConnection = null;
131 this.onIceCandidate_(this.remoteConnection, event);
133 this.remoteConnection = new RTCPeerConnection(this.rtcConfig,
135 this.remoteConnection.onicecandidate = (event) => { function
138 this.remoteConnection.onaddstream = (e) => {
153 this.remoteConnection.setRemoteDescription(desc);
154 return this.remoteConnection.createAnswer().then(
159 this.remoteConnection.setLocalDescription(desc);