fix(index.html): Remove preload attribute on local video tag

This commit is contained in:
hristoterezov 2016-09-13 12:59:59 -05:00
parent b9fb510006
commit a937e025b5
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@
<canvas id="dominantSpeakerAudioLevel"></canvas>
</div>
<div id="largeVideoWrapper">
<video id="largeVideo" muted="true" preload="auto" autoplay></video>
<video id="largeVideo" muted="true" autoplay></video>
</div>
<span id="videoConnectionMessage"></span>
<span id="videoResolutionLabel">HD</span>