Reverse the check to use only VIDEO_CONTAINER_TYPE.
This commit is contained in:
parent
1bdeda4ec3
commit
fe7d05a951
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue