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