Przeglądaj źródła

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

master
Leonard Kim 6 lat temu
rodzic
commit
42a6e6faaf
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0
    4
      modules/UI/videolayout/VideoLayout.js

+ 0
- 4
modules/UI/videolayout/VideoLayout.js Wyświetl plik

@@ -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
 

Ładowanie…
Anuluj
Zapisz