Skip to content

Commit

Permalink
deploy: d34c6eb
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlymatthew committed Oct 24, 2024
1 parent d654a5e commit 5196114
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions burrito/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<button disabled id="hangupButton">Hang Up (Press 3)</button>
</div>

<div>WebRTC Sender</div>
<div style="display: flex; width: 100vw;">
<div>WebRTC Sender</div>
<div>
<div>240p</div>
<video autoplay class="video" id="spatial-240-video" muted playsinline></video>
Expand All @@ -33,8 +33,8 @@
</div>
</div>

<div>WebRTC Receiver</div>
<div style="display: flex; width: 100vw;">
<div>WebRTC Receiver</div>
<div>
<div>240p</div>
<video autoplay class="video" id="spatial-240-remote-video" muted playsinline></video>
Expand All @@ -50,8 +50,8 @@
</div>


<div>WebCodec VideoDecoder</div>
<div style="display: flex; width: 100vw;">
<div>WebCodec VideoDecoder</div>
<div>
<div>240p</div>
<video autoplay class="video" id="spatial-240-webcodec-video" muted playsinline></video>
Expand Down

0 comments on commit 5196114

Please sign in to comment.