added mute to html of local video

This commit is contained in:
Beatrice Olivera 2018-08-31 21:42:33 +01:00
parent 9970c384c6
commit 8c833e47d9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<div class="call-container">
<div id="remote-video-container">
<div id="video_overlays">
<video id="local-video" autoplay></video>
<video id="local-video" autoplay muted></video>
</div>
</div>
</div>