Switch direction of link sharing

This commit is contained in:
Fabian Stamm
2022-06-20 20:03:55 +02:00
parent a9767da606
commit 3ab6fc97e9
3 changed files with 62 additions and 43 deletions

View File

@ -26,14 +26,14 @@
<h2>Your ID: <span id="streamId"></span></h2>
<div id="streamURLCont">
<h2>Connect URL: <a id="streamURL"></a></h2>
<button id="startStramBTN">Start Stream</button>
</div>
<div id="connectToCont">
<h2>Connecting to: <span id="connectToID"></span></h2>
<button id="startStramBTN">Start Stream</button>
</div>
</div>
</div>
<video id="localVideo" style="width: 100%" controls></video>
<video id="localVideo" style="width: 100%" controls muted></video>
</div>
@ -42,4 +42,4 @@
</script>
</body>
</html>
</html>