Selaa lähdekoodia

Fixes element id name.

j8
damencho 9 vuotta sitten
vanhempi
commit
6a91a48823
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      modules/UI/videolayout/LargeVideo.js

+ 1
- 1
modules/UI/videolayout/LargeVideo.js Näytä tiedosto

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

Loading…
Peruuta
Tallenna