|
@@ -404,7 +404,11 @@ var VideoLayout = {
|
404
|
404
|
this.isLargeContainerTypeVisible(VIDEO_CONTAINER_TYPE)) ||
|
405
|
405
|
pinnedId === resourceJid ||
|
406
|
406
|
(!pinnedId && resourceJid &&
|
407
|
|
- currentDominantSpeaker === resourceJid)) {
|
|
407
|
+ currentDominantSpeaker === resourceJid) ||
|
|
408
|
+ /* Playback started while we're on the stage - may need to update
|
|
409
|
+ video source with the new stream */
|
|
410
|
+ this.isCurrentlyOnLarge(resourceJid)) {
|
|
411
|
+
|
408
|
412
|
this.updateLargeVideo(resourceJid, true);
|
409
|
413
|
}
|
410
|
414
|
},
|