Skip to content

Commit

Permalink
chore(WebApp): mute local audio
Browse files Browse the repository at this point in the history
  • Loading branch information
akoushke committed Jan 28, 2020
1 parent a697c02 commit d507aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 id="page-title">
<div style="display: flex; justify-content: space-between;">
<div>
<h2>Local Stream:</h2>
<audio id="local-audio" autoplay playsinline></audio>
<audio id="local-audio" autoplay playsinline muted></audio>
<video style="width:25rem" id="local-video" autoplay playsinline></video>
</div>
<h2 id="meeting-title"></h2>
Expand Down

0 comments on commit d507aaf

Please sign in to comment.