Browse Source

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

j8
hristoterezov 9 years ago
parent
commit
a937e025b5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      index.html

+ 1
- 1
index.html View File

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

Loading…
Cancel
Save