Fixes a failure to show the dominant speaker indicator for the local participant.
This commit is contained in:
parent
72d38ad202
commit
4b6ac38058
|
@ -577,9 +577,9 @@ var VideoLayout = {
|
||||||
if(oldSpeakerRemoteVideo)
|
if(oldSpeakerRemoteVideo)
|
||||||
{
|
{
|
||||||
oldSpeakerRemoteVideo.updateDominantSpeakerIndicator(false);
|
oldSpeakerRemoteVideo.updateDominantSpeakerIndicator(false);
|
||||||
localVideoThumbnail.updateDominantSpeakerIndicator(true);
|
|
||||||
currentDominantSpeaker = null;
|
currentDominantSpeaker = null;
|
||||||
}
|
}
|
||||||
|
localVideoThumbnail.updateDominantSpeakerIndicator(true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue