26 lines
504 B
HTML
26 lines
504 B
HTML
<html>
|
|
|
|
<head>
|
|
<link href="./style.css" />
|
|
<script src="./app.js" />
|
|
</head>
|
|
|
|
<body>
|
|
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 />
|
|
|
|
Video<br />
|
|
<div id="remoteVideos"></div> <br />
|
|
|
|
Logs<br />
|
|
<div id="div"></div>
|
|
</body>
|
|
|
|
</html> |