You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 714B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <meta charset="UTF-8">
  5. <title></title>
  6. <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  7. <script src="../../lib-jitsi-meet.min.js"></script>
  8. <script src="example.js" ></script>
  9. </head>
  10. <body>
  11. <a href="#" onclick="unload()">Unload</a>
  12. <a href="#" onclick="switchVideo()">switchVideo</a>
  13. <div id="audioOutputSelectWrapper" style="display: none;">
  14. Change audio output device
  15. <select id="audioOutputSelect" onchange="changeAudioOutput(this)"></select>
  16. </div>
  17. <!-- <video id="localVideo" autoplay="true"></video> -->
  18. <!--<audio id="localAudio" autoplay="true" muted="true"></audio>-->
  19. </body>
  20. </html>