Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
noelitc authored Nov 17, 2023
1 parent cfd5098 commit 5968be8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cast/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@
<main hidden>
<cast-media-player id="cast-media-player"></cast-media-player>
</main>
<iframe src="silence.mp3" allow="autoplay" id="audio" style="display: none"></iframe>
<audio id="player" autoplay loop>
<source src="audio.mp3" type="audio/mp3">
</audio>
<footer>
<script>
/* const context1 = cast.framework.CastReceiverContext.getInstance();
Expand Down

0 comments on commit 5968be8

Please sign in to comment.