Reverse the check to use only VIDEO_CONTAINER_TYPE.

This commit is contained in:
damencho 2016-03-22 14:56:50 -05:00
parent 1bdeda4ec3
commit fe7d05a951
1 changed files with 1 additions and 1 deletions

View File

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