Files
webrtc/examples/save-to-disk/jsfiddle/demo.html
Sean DuBois 074e3391bf Move JSfiddle snippets to git
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
2018-07-07 11:32:58 -07:00

7 lines
365 B
HTML

<video id="video1" width="160" height="120" autoplay muted></video> <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="logs"></div>