mirror of
https://github.com/pion/webrtc.git
synced 2025-10-08 08:30:05 +08:00

jsfiddle provides a way to create snippets from Github via a URL. This way we can still provide easy demos, but get all the nice things from having them in Git Closes #32
7 lines
327 B
HTML
7 lines
327 B
HTML
<div id="remoteVideos"></div> <br />
|
|
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>
|
|
<div id="div"></div>
|