ソースを参照

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
 

読み込み中…
キャンセル
保存