Kaynağa Gözat

Removes unused 'videoMuteByUser' field

dev1
paweldomas 9 yıl önce
ebeveyn
işleme
11fa8f8567
1 değiştirilmiş dosya ile 0 ekleme ve 7 silme
  1. 0
    7
      modules/xmpp/JingleSessionPC.js

+ 0
- 7
modules/xmpp/JingleSessionPC.js Dosyayı Görüntüle

@@ -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…
İptal
Kaydet