demo.html 598 B

1234567891011121314151617181920
  1. <!--
  2. SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
  3. SPDX-License-Identifier: MIT
  4. -->
  5. Browser base64 Session Description<br />
  6. <textarea id="localSessionDescription" readonly="true"></textarea> <br />
  7. Golang base64 Session Description<br />
  8. <textarea id="remoteSessionDescription"></textarea><br/>
  9. <button onclick="window.startSession()">Start Session</button><br />
  10. <br />
  11. <!--Message<br />
  12. <textarea id="message">This is my DataChannel message!</textarea> <br/>
  13. <button onclick="window.sendMessage()">Send Message</button> <br />-->
  14. <br />
  15. Logs<br />
  16. <div id="logs"></div>