ソースを参照

ref(large-video): remove redundant call to update on stream removal

j8
Leonard Kim 6年前
コミット
42a6e6faaf
1個のファイルの変更0行の追加4行の削除
  1. 0
    4
      modules/UI/videolayout/VideoLayout.js

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

@@ -348,10 +348,6 @@ const VideoLayout = {
348 348
             remoteVideo.removeRemoteStreamElement(stream);
349 349
         }
350 350
 
351
-        if (stream.isVideoTrack()) {
352
-            this._updateLargeVideoIfDisplayed(id);
353
-        }
354
-
355 351
         this.updateMutedForNoTracks(id, stream.getType());
356 352
     },
357 353
 

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