Add receive support to example client.

This commit is contained in:
Juliusz Chroboczek
2024-06-10 15:49:08 +02:00
parent 6a55139c94
commit e7af7cbed4
2 changed files with 69 additions and 10 deletions
+4 -2
View File
@@ -7,12 +7,14 @@
</head>
<body>
<p id="status">Disconnected</p>
<div><button id="start">Start</button></p>
<p id="status"></p>
<p id="error"></p>
<div><button id="show" disabled>Show/hide yourself</button></div>
<video id="video"></video>
<div id="videos"></div>
<div id="chat"></div>