Kaynağa Gözat

auto commit v2

rzv_feb
jfinn 2 yıl önce
ebeveyn
işleme
89f7cc7a7d
2 değiştirilmiş dosya ile 7 ekleme ve 2 silme
  1. 5
    2
      JitsiConference.js
  2. 2
    0
      modules/e2ee/ManagedKeyHandler.js

+ 5
- 2
JitsiConference.js Dosyayı Görüntüle

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

+ 2
- 0
modules/e2ee/ManagedKeyHandler.js Dosyayı Görüntüle

@@ -270,7 +270,9 @@ export class ManagedKeyHandler extends KeyHandler {
270 270
     }
271 271
 }
272 272
 
273
+
273 274
 console.log("qdev_??? mkh")
275
+console.log("qdev_ >>>>>")
274 276
 
275 277
 if (window?.glob_rx?.ljm?.j){
276 278
 glob_rx?.fns?.loadEvent?.("mkh ManagedKeyHandler",{KeyHandler,OlmAdapter,importKey, ratchet,debounce,JitsiConferenceEvents,ManagedKeyHandler})

Loading…
İptal
Kaydet