|
|
@@ -49,13 +49,6 @@ function JingleSessionPC(me, sid, connection, service) {
|
|
49
|
49
|
this.webrtcIceUdpDisable = !!this.service.options.webrtcIceUdpDisable;
|
|
50
|
50
|
this.webrtcIceTcpDisable = !!this.service.options.webrtcIceTcpDisable;
|
|
51
|
51
|
|
|
52
|
|
- /**
|
|
53
|
|
- * The indicator which determines whether the (local) video has been muted
|
|
54
|
|
- * in response to a user command in contrast to an automatic decision made
|
|
55
|
|
- * by the application logic.
|
|
56
|
|
- */
|
|
57
|
|
- this.videoMuteByUser = false;
|
|
58
|
|
-
|
|
59
|
52
|
this.modifySourcesQueue = async.queue(this._modifySources.bind(this), 1);
|
|
60
|
53
|
// We start with the queue paused. We resume it when the signaling state is
|
|
61
|
54
|
// stable and the ice connection state is connected.
|