video call with imperfect reconnect, persistent id, possibly many clients

This commit is contained in:
bel
2020-05-07 19:39:27 -06:00
parent 9ffd54d4bf
commit fa959a2570
7 changed files with 105 additions and 65 deletions

View File

@@ -5,9 +5,12 @@
<script src="webrtc.js"></script>
<style>
video {
max-width: 100%;
min-width: 100%;
width: 100%;
width: 100%;
max-width: 400px;
min-width: 400px;
border: 1px solid black;
display: inline-block;
}
</style>
</head>