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