diff --git a/modules/UI/videolayout/VideoLayout.js b/modules/UI/videolayout/VideoLayout.js index 2a53071b2..3407dea77 100644 --- a/modules/UI/videolayout/VideoLayout.js +++ b/modules/UI/videolayout/VideoLayout.js @@ -721,11 +721,7 @@ const VideoLayout = { // Local video will not have container found, but that's ok // since we don't want to switch to local video. - // Update the large video if the video source is already available, - // otherwise wait for the "videoactive.jingle" event. - // FIXME: there is no "videoactive.jingle" event. if (!interfaceConfig.filmStripOnly && !this.getPinnedId() - && remoteVideo.hasVideoStarted() && !this.getCurrentlyOnLargeContainer().stayOnStage()) { this.updateLargeVideo(id); }