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

Loading…
Cancel
Save