瀏覽代碼

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
 

Loading…
取消
儲存