|
@@ -721,11 +721,7 @@ const VideoLayout = {
|
721
|
721
|
|
722
|
722
|
// Local video will not have container found, but that's ok
|
723
|
723
|
// since we don't want to switch to local video.
|
724
|
|
- // Update the large video if the video source is already available,
|
725
|
|
- // otherwise wait for the "videoactive.jingle" event.
|
726
|
|
- // FIXME: there is no "videoactive.jingle" event.
|
727
|
724
|
if (!interfaceConfig.filmStripOnly && !this.getPinnedId()
|
728
|
|
- && remoteVideo.hasVideoStarted()
|
729
|
725
|
&& !this.getCurrentlyOnLargeContainer().stayOnStage()) {
|
730
|
726
|
this.updateLargeVideo(id);
|
731
|
727
|
}
|