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

This commit is contained in:
Leonard Kim 2019-05-28 13:29:36 -07:00 committed by virtuacoplenny
parent c7954c284d
commit 42a6e6faaf
1 changed files with 0 additions and 4 deletions

View File

@ -348,10 +348,6 @@ const VideoLayout = {
remoteVideo.removeRemoteStreamElement(stream);
}
if (stream.isVideoTrack()) {
this._updateLargeVideoIfDisplayed(id);
}
this.updateMutedForNoTracks(id, stream.getType());
},