Procházet zdrojové kódy

Reverse the check to use only VIDEO_CONTAINER_TYPE.

master
damencho před 9 roky
rodič
revize
fe7d05a951
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      modules/UI/videolayout/VideoLayout.js

+ 1
- 1
modules/UI/videolayout/VideoLayout.js Zobrazit soubor

374
         // the current dominant speaker.
374
         // the current dominant speaker.
375
         if ((!focusedVideoResourceJid &&
375
         if ((!focusedVideoResourceJid &&
376
             !currentDominantSpeaker &&
376
             !currentDominantSpeaker &&
377
-            !this.isLargeContainerTypeVisible(SHARED_VIDEO_CONTAINER_TYPE)) ||
377
+            this.isLargeContainerTypeVisible(VIDEO_CONTAINER_TYPE)) ||
378
             focusedVideoResourceJid === resourceJid ||
378
             focusedVideoResourceJid === resourceJid ||
379
             (resourceJid &&
379
             (resourceJid &&
380
                 currentDominantSpeaker === resourceJid)) {
380
                 currentDominantSpeaker === resourceJid)) {

Načítá se…
Zrušit
Uložit