mirror of
https://github.com/pion/webrtc.git
synced 2025-10-06 07:37:10 +08:00

The examples server now detects 'demo.wasm' files in the jsfiddles. Examples layout updated to match Pion style. Resolves #491
22 lines
563 B
HTML
22 lines
563 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/>
|
|
|
|
<br />
|
|
|
|
Open channels<br />
|
|
<ul id="ul-open"></ul>
|
|
<button onclick="window.createDataChannel('other')"> Create Data Channel</button> <br />
|
|
|
|
<br />
|
|
|
|
Logs<br />
|
|
<div id="logs"></div>
|