Files
webrtc/examples/data-channels-detach/jsfiddle/demo.html
backkem d906c2b43b Detach: WASM Shim
JS/WASM shim for Detach API
2019-04-01 21:00:41 +02:00

16 lines
492 B
HTML

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