Explorar el Código

Removes unused 'videoMuteByUser' field

dev1
paweldomas hace 9 años
padre
commit
11fa8f8567
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0
    7
      modules/xmpp/JingleSessionPC.js

+ 0
- 7
modules/xmpp/JingleSessionPC.js Ver fichero

@@ -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.

Loading…
Cancelar
Guardar