Fixes element id name.

This commit is contained in:
damencho 2016-01-12 17:29:52 -06:00
parent c64d008d05
commit 6a91a48823
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {