ref(large-video): remove redundant call to update on stream removal
This commit is contained in:
parent
c7954c284d
commit
42a6e6faaf
|
@ -348,10 +348,6 @@ const VideoLayout = {
|
|||
remoteVideo.removeRemoteStreamElement(stream);
|
||||
}
|
||||
|
||||
if (stream.isVideoTrack()) {
|
||||
this._updateLargeVideoIfDisplayed(id);
|
||||
}
|
||||
|
||||
this.updateMutedForNoTracks(id, stream.getType());
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue