diff --git a/modules/UI/videolayout/VideoLayout.js b/modules/UI/videolayout/VideoLayout.js index 7f5d3c5da..5ac92593b 100644 --- a/modules/UI/videolayout/VideoLayout.js +++ b/modules/UI/videolayout/VideoLayout.js @@ -374,7 +374,7 @@ var VideoLayout = { // the current dominant speaker. if ((!focusedVideoResourceJid && !currentDominantSpeaker && - !this.isLargeContainerTypeVisible(SHARED_VIDEO_CONTAINER_TYPE)) || + this.isLargeContainerTypeVisible(VIDEO_CONTAINER_TYPE)) || focusedVideoResourceJid === resourceJid || (resourceJid && currentDominantSpeaker === resourceJid)) {