Searched refs:remoteConnection (Results 1 – 2 of 2) sorted by relevance
43 this.remoteConnection = null;57 this.onIceCandidate(this.remoteConnection, event);61 this.remoteConnection = new RTCPeerConnection(null);62 this.remoteConnection.onicecandidate = (event) => { function65 this.remoteConnection.onaddstream = (e) => {77 this.remoteConnection.setRemoteDescription(desc);80 this.remoteConnection.createAnswer().then(onCreateAnswerSuccess, logError);84 this.remoteConnection.setLocalDescription(desc);
24 this.remoteConnection = null;131 this.onIceCandidate_(this.remoteConnection, event);133 this.remoteConnection = new RTCPeerConnection(this.rtcConfig,135 this.remoteConnection.onicecandidate = (event) => { function138 this.remoteConnection.onaddstream = (e) => {153 this.remoteConnection.setRemoteDescription(desc);154 return this.remoteConnection.createAnswer().then(159 this.remoteConnection.setLocalDescription(desc);