浏览代码

Reverse the check to use only VIDEO_CONTAINER_TYPE.

master
damencho 9 年前
父节点
当前提交
fe7d05a951
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      modules/UI/videolayout/VideoLayout.js

+ 1
- 1
modules/UI/videolayout/VideoLayout.js 查看文件

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

正在加载...
取消
保存