Messaging works, let's start there.

This commit is contained in:
2026-04-13 16:12:02 -04:00
parent 085507519a
commit 0375693970
7 changed files with 645 additions and 820 deletions

View File

@@ -35,9 +35,7 @@
<div id="localMediaStatus">Waiting for local media...</div>
</div>
<div style="display: inline-block; vertical-align: top;">
<video id="remoteVideo" autoplay playsinline style="width: 320px; height: 240px; background: #111;"></video>
<div id="remoteVideoStatus">Remote video: waiting...</div>
<div id="remoteVideos" style="display: inline-block; vertical-align: top;">
<div id="remoteMediaStatus">Remote media: waiting...</div>
</div>
</div>
@@ -46,4 +44,4 @@
<textarea readonly id="messageLog" style="width: 90%; height: 12em;"></textarea>
</div>
</body>
</html>
</html>