multi rooms with some race for multi write to a ws

This commit is contained in:
Bel LaPointe
2020-05-13 16:24:33 -06:00
parent 4145bea3ba
commit c9872c7725
3 changed files with 25 additions and 17 deletions

View File

@@ -10,18 +10,16 @@
<div>Audio<label class="switch"><input onclick="toggle('audio', this)" type="checkbox"><span class="slider round"></span></label></div>
<video id="preview" autoplay muted ></video>
<div id="remote">
</div>
<div id="remote"></div>
<br />
<input type="button" id="start" onclick="start(true)" value="Start Video"></input>
<div id="log"></div>
</body>
<footer>
<script type="text/javascript">
pageReady();
</script>
<div id="log">
</div>
</body>
</footer>
</html>