|
|
|
|
|
|
621
|
// since we don't want to switch to local video.
|
621
|
// since we don't want to switch to local video.
|
|
622
|
// Update the large video if the video source is already available,
|
622
|
// Update the large video if the video source is already available,
|
|
623
|
// otherwise wait for the "videoactive.jingle" event.
|
623
|
// otherwise wait for the "videoactive.jingle" event.
|
|
|
|
624
|
+ // FIXME: there is no "videoactive.jingle" event.
|
|
624
|
if (!pinnedId
|
625
|
if (!pinnedId
|
|
625
|
&& remoteVideo.hasVideoStarted()
|
626
|
&& remoteVideo.hasVideoStarted()
|
|
626
|
&& !this.getCurrentlyOnLargeContainer().stayOnStage()) {
|
627
|
&& !this.getCurrentlyOnLargeContainer().stayOnStage()) {
|