|
@@ -366,14 +366,7 @@ RemoteVideo.prototype.removeRemoteStreamElement = function(stream) {
|
366
|
366
|
logger.info(`${isVideo ? 'Video' : 'Audio'
|
367
|
367
|
} removed ${this.id}`, select);
|
368
|
368
|
|
369
|
|
- // when removing only the video element and we are on stage
|
370
|
|
- // update the stage
|
371
|
|
- if (isVideo && this.isCurrentlyOnLargeVideo()) {
|
372
|
|
- this.VideoLayout.updateLargeVideo(this.id);
|
373
|
|
- } else {
|
374
|
|
- // Missing video stream will affect display mode
|
375
|
|
- this.updateView();
|
376
|
|
- }
|
|
369
|
+ this.updateView();
|
377
|
370
|
};
|
378
|
371
|
|
379
|
372
|
/**
|