Browse Source

docs: Adds a FIXME.

master
Boris Grozev 9 years ago
parent
commit
ac0ee771ed
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      modules/UI/videolayout/VideoLayout.js

+ 1
- 0
modules/UI/videolayout/VideoLayout.js View File

@@ -621,6 +621,7 @@ var VideoLayout = {
621 621
         // since we don't want to switch to local video.
622 622
         // Update the large video if the video source is already available,
623 623
         // otherwise wait for the "videoactive.jingle" event.
624
+        // FIXME: there is no "videoactive.jingle" event.
624 625
         if (!pinnedId
625 626
             && remoteVideo.hasVideoStarted()
626 627
             && !this.getCurrentlyOnLargeContainer().stayOnStage()) {

Loading…
Cancel
Save