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

pull/851/head
hristoterezov 8 years ago
parent b9fb510006
commit a937e025b5
  1. 2
      index.html

@ -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>

Loading…
Cancel
Save