mirror of
https://github.com/pion/mediadevices.git
synced 2025-10-05 16:46:51 +08:00
13 lines
353 B
HTML
13 lines
353 B
HTML
<h3>Browser base64 Session Description</h3>
|
|
<textarea id="localSessionDescription" readonly="true"></textarea>
|
|
|
|
<h3>Golang base64 Session Description</h3>
|
|
<textarea id="remoteSessionDescription"></textarea>
|
|
<button onclick="window.startSession()">Start Session</button>
|
|
|
|
<h3>Video</h3>
|
|
<div id="remoteVideos"></div>
|
|
|
|
<h3>Logs</h3>
|
|
<div id="logs"></div>
|