Skip to content

Commit

Permalink
Update voicechat.html
Browse files Browse the repository at this point in the history
  • Loading branch information
melonmasteristaken authored Jul 28, 2024
1 parent bf269c1 commit 43d1e5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion voicechat.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ <h1 class="title">Massroom Voicechat</h1>
<audio id="localAudio" autoplay></audio>
<audio id="remoteAudio" autoplay></audio>

<canvas id="canvas"></canvas>
<div id="container">
<canvas id="canvas"></canvas>
<audio id="audio"></audio>
</div>

<div class="user-list" id="user-list"></div>

Expand Down

0 comments on commit 43d1e5a

Please sign in to comment.