From ac0ee771edb75aba781a92ab452d03a53e46188c Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Mon, 7 Nov 2016 20:45:52 -0600 Subject: [PATCH] docs: Adds a FIXME. --- modules/UI/videolayout/VideoLayout.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/UI/videolayout/VideoLayout.js b/modules/UI/videolayout/VideoLayout.js index 5458b76ff..b2cc53320 100644 --- a/modules/UI/videolayout/VideoLayout.js +++ b/modules/UI/videolayout/VideoLayout.js @@ -621,6 +621,7 @@ var VideoLayout = { // 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 (!pinnedId && remoteVideo.hasVideoStarted() && !this.getCurrentlyOnLargeContainer().stayOnStage()) {