Files
webrtc/examples/data-channels/jsfiddle/demo.html
2018-07-21 12:27:38 -07:00

10 lines
456 B
HTML

Browser base64 Session Description <textarea id="localSessionDescription" readonly="true"></textarea> <br />
Golang base64 Session Description: <textarea id="remoteSessionDescription"></textarea> <br/>
<button onclick="window.startSession()"> Start Session </button> <br />
<br />
Message: <textarea id="message">This is my DataChannel message!</textarea> <br/>
<button onclick="window.sendMessage()"> Send Message </button> <br />
<div id="logs"></div>