소스 검색

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

j8
Boris Grozev 9 년 전
부모
커밋
4b6ac38058
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      modules/UI/videolayout/VideoLayout.js

+ 1
- 1
modules/UI/videolayout/VideoLayout.js 파일 보기

@@ -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…
취소
저장