Quellcode durchsuchen

auto commit v2

rzv_feb
jfinn vor 2 Jahren
Ursprung
Commit
602ac2b682
1 geänderte Dateien mit 2 neuen und 5 gelöschten Zeilen
  1. 2
    5
      JitsiConference.js

+ 2
- 5
JitsiConference.js Datei anzeigen

72
 } from './service/statistics/AnalyticsEvents';
72
 } from './service/statistics/AnalyticsEvents';
73
 import { XMPPEvents } from './service/xmpp/XMPPEvents';
73
 import { XMPPEvents } from './service/xmpp/XMPPEvents';
74
 
74
 
75
-console.log("qdev_ mute?")
76
-
77
 const logger = getLogger(__filename);
75
 const logger = getLogger(__filename);
78
 
76
 
79
 /**
77
 /**
180
      * Jingle session instance for the JVB connection.
178
      * Jingle session instance for the JVB connection.
181
      * @type {JingleSessionPC}
179
      * @type {JingleSessionPC}
182
      */
180
      */
183
-     console.log("qdev_ mute?")
184
     this.jvbJingleSession = null;
181
     this.jvbJingleSession = null;
185
     this.lastDominantSpeaker = null;
182
     this.lastDominantSpeaker = null;
186
     this.dtmfManager = null;
183
     this.dtmfManager = null;
187
     this.somebodySupportsDTMF = false;
184
     this.somebodySupportsDTMF = false;
188
     this.authEnabled = false;
185
     this.authEnabled = false;
189
-    this.startAudioMuted = true;
190
-    this.startVideoMuted = true;
186
+    this.startAudioMuted = false;
187
+    this.startVideoMuted = false;
191
     this.startMutedPolicy = {
188
     this.startMutedPolicy = {
192
         audio: false,
189
         audio: false,
193
         video: false
190
         video: false

Laden…
Abbrechen
Speichern