ソースを参照

Fixes element id name.

j8
damencho 9年前
コミット
6a91a48823
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      modules/UI/videolayout/LargeVideo.js

+ 1
- 1
modules/UI/videolayout/LargeVideo.js ファイルの表示

163
         this.stream = null;
163
         this.stream = null;
164
         this.videoType = null;
164
         this.videoType = null;
165
 
165
 
166
-        this.$avatar = $('#domiantSpeaker');
166
+        this.$avatar = $('#dominantSpeaker');
167
         this.$wrapper = $('#largeVideoWrapper');
167
         this.$wrapper = $('#largeVideoWrapper');
168
 
168
 
169
         if (!RTCBrowserType.isIExplorer()) {
169
         if (!RTCBrowserType.isIExplorer()) {

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