We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41556f4 commit e6ade5cCopy full SHA for e6ade5c
examples/demo/index.html
@@ -83,7 +83,9 @@ <h2>Livekit Sample App</h2>
83
</div>
84
<div>
85
<input type="checkbox" class="form-check-input" id="multicodec-simulcast" />
86
- <label for="multicodec-simulcast" class="form-check-label">MultiCodec-Simulcast </label>
+ <label for="multicodec-simulcast" class="form-check-label"
87
+ >MultiCodec-Simulcast
88
+ </label>
89
90
91
@@ -306,7 +308,5 @@ <h3>Chat</h3>
306
308
307
309
310
<script src="./demo.ts" type="module"></script>
- <!-- for icons -->
- <script src="https://kit.fontawesome.com/7c1c4c7e9c.js" crossorigin="anonymous"></script>
311
</body>
312
</html>
0 commit comments