demo.html 626 B

1234567891011121314151617181920212223242526272829
  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<br />
  21. <video id="video1" width="160" height="120" autoplay muted></video> <br />
  22. Logs
  23. <br/>
  24. <div id="div"></div>