Browse Source

Fixes a failure to show the dominant speaker indicator for the local participant.

j8
Boris Grozev 9 years ago
parent
commit
4b6ac38058
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/UI/videolayout/VideoLayout.js

+ 1
- 1
modules/UI/videolayout/VideoLayout.js View File

@@ -577,9 +577,9 @@ var VideoLayout = {
577 577
             if(oldSpeakerRemoteVideo)
578 578
             {
579 579
                 oldSpeakerRemoteVideo.updateDominantSpeakerIndicator(false);
580
-                localVideoThumbnail.updateDominantSpeakerIndicator(true);
581 580
                 currentDominantSpeaker = null;
582 581
             }
582
+            localVideoThumbnail.updateDominantSpeakerIndicator(true);
583 583
             return;
584 584
         }
585 585
 

Loading…
Cancel
Save