mirror of
https://github.com/pion/webrtc.git
synced 2025-10-05 15:16:52 +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
365 B
HTML
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>
|