Browse Source

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

master
Leonard Kim 6 years ago
parent
commit
42a6e6faaf
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      modules/UI/videolayout/VideoLayout.js

+ 0
- 4
modules/UI/videolayout/VideoLayout.js View File

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

Loading…
Cancel
Save