Merge branch 'jitsi-meet-new' of github.com:jitsi/jitsi-meet into jitsi-meet-new

This commit is contained in:
hristoterezov 2016-01-12 21:13:03 -06:00
commit 78c4c11736
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@
<span data-i18n="poweredby"></span> jitsi.org
</a>
<div id="dominantSpeaker">
<img id="domianatSpeakerAvatar" src=""/>
<img id="dominantSpeakerAvatar" src=""/>
<canvas id="dominantSpeakerAudioLevel"></canvas>
</div>
<div id="largeVideoWrapper">

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