update web client

This commit is contained in:
2021-02-16 13:33:08 +02:00
parent bbc19ad9ec
commit 09be2806cc
2 changed files with 160 additions and 223 deletions

View File

@ -29,6 +29,17 @@
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!-- <div class="text-center" id="videoCard">
<span id="receivedMessage"></span>
<video width="100%"id="videoStream"></video>
</div>
<div id="floatingCam">
<div id="floatingCamheader">LIVE</div>
<video id="myCamera" width="100%"></video>
</div> -->
LOCAL VIDEO<video id="localVideo" autoplay></video>
<br></br>
REMOTE VIDEO<video id="remoteVideo" autoplay></video>