fix(index.html): Remove preload attribute on local video tag
This commit is contained in:
parent
b9fb510006
commit
a937e025b5
|
@ -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…
Reference in New Issue