ソースを参照

fix(large-video): switch to dominant speaker with no video

On DOMINANT_SPEAKER_CHANGED events, switch to the new
dominant speaker regardless of if the speaker has video;
it's okay to show the speaker's avatar.
j8
Leonard Kim 7年前
コミット
c2f5afe9c2
1個のファイルの変更0行の追加4行の削除
  1. 0
    4
      modules/UI/videolayout/VideoLayout.js

+ 0
- 4
modules/UI/videolayout/VideoLayout.js ファイルの表示

721
 
721
 
722
         // Local video will not have container found, but that's ok
722
         // Local video will not have container found, but that's ok
723
         // since we don't want to switch to local video.
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
         if (!interfaceConfig.filmStripOnly && !this.getPinnedId()
724
         if (!interfaceConfig.filmStripOnly && !this.getPinnedId()
728
-            && remoteVideo.hasVideoStarted()
729
             && !this.getCurrentlyOnLargeContainer().stayOnStage()) {
725
             && !this.getCurrentlyOnLargeContainer().stayOnStage()) {
730
             this.updateLargeVideo(id);
726
             this.updateLargeVideo(id);
731
         }
727
         }

読み込み中…
キャンセル
保存