Merge branch 'jitsi-meet-new' of github.com:jitsi/jitsi-meet into jitsi-meet-new
This commit is contained in:
commit
78c4c11736
|
@ -150,7 +150,7 @@
|
||||||
<span data-i18n="poweredby"></span> jitsi.org
|
<span data-i18n="poweredby"></span> jitsi.org
|
||||||
</a>
|
</a>
|
||||||
<div id="dominantSpeaker">
|
<div id="dominantSpeaker">
|
||||||
<img id="domianatSpeakerAvatar" src=""/>
|
<img id="dominantSpeakerAvatar" src=""/>
|
||||||
<canvas id="dominantSpeakerAudioLevel"></canvas>
|
<canvas id="dominantSpeakerAudioLevel"></canvas>
|
||||||
</div>
|
</div>
|
||||||
<div id="largeVideoWrapper">
|
<div id="largeVideoWrapper">
|
||||||
|
|
|
@ -163,7 +163,7 @@ class VideoContainer extends LargeContainer {
|
||||||
this.stream = null;
|
this.stream = null;
|
||||||
this.videoType = null;
|
this.videoType = null;
|
||||||
|
|
||||||
this.$avatar = $('#domiantSpeaker');
|
this.$avatar = $('#dominantSpeaker');
|
||||||
this.$wrapper = $('#largeVideoWrapper');
|
this.$wrapper = $('#largeVideoWrapper');
|
||||||
|
|
||||||
if (!RTCBrowserType.isIExplorer()) {
|
if (!RTCBrowserType.isIExplorer()) {
|
||||||
|
|
Loading…
Reference in New Issue