demo.html 588 B

123456789101112131415161718192021222324252627282930
  1. <!--
  2. SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
  3. SPDX-License-Identifier: MIT
  4. -->
  5. Browser Session Description
  6. <br/>
  7. <textarea id="localSessionDescription" readonly="true"></textarea>
  8. <br/>
  9. <button onclick="window.copySessionDescription()">Copy browser Session Description to clipboard</button>
  10. <br/>
  11. <br/>
  12. <br/>
  13. Remote Session Description
  14. <br/>
  15. <textarea id="remoteSessionDescription"></textarea>
  16. <br/>
  17. <button onclick="window.startSession()">Start Session</button>
  18. <br/>
  19. <br/>
  20. Video
  21. <br/>
  22. <div id="remoteVideos"></div> <br />
  23. Logs
  24. <br/>
  25. <div id="div"></div>