Explorar el Código

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

j8
Boris Grozev hace 9 años
padre
commit
4b6ac38058
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      modules/UI/videolayout/VideoLayout.js

+ 1
- 1
modules/UI/videolayout/VideoLayout.js Ver fichero

@@ -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…
Cancelar
Guardar