Fixes element id name.
This commit is contained in:
parent
c64d008d05
commit
6a91a48823
|
@ -163,7 +163,7 @@ class VideoContainer extends LargeContainer {
|
|||
this.stream = null;
|
||||
this.videoType = null;
|
||||
|
||||
this.$avatar = $('#domiantSpeaker');
|
||||
this.$avatar = $('#dominantSpeaker');
|
||||
this.$wrapper = $('#largeVideoWrapper');
|
||||
|
||||
if (!RTCBrowserType.isIExplorer()) {
|
||||
|
|
Loading…
Reference in New Issue