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)
|
||||
{
|
||||
oldSpeakerRemoteVideo.updateDominantSpeakerIndicator(false);
|
||||
localVideoThumbnail.updateDominantSpeakerIndicator(true);
|
||||
currentDominantSpeaker = null;
|
||||
}
|
||||
localVideoThumbnail.updateDominantSpeakerIndicator(true);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue