Skip to content

Commit

Permalink
videoroom: enhanced multistream support (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoppi authored Jun 13, 2024
1 parent b649cff commit 19ab368
Show file tree
Hide file tree
Showing 8 changed files with 2,883 additions and 131 deletions.
29 changes: 29 additions & 0 deletions examples/videoroom-ms/html/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!doctype html>
<html>

<head>
<title>VideoRoom Socket.IO Janode</title>
<style>
</style>
</head>

<body>
<button id="button" type="button" style="height:50px;width:100px">START/STOP</button>
<br><br>
<div id="videos">
<span style="font-size: 32px;"> --- VIDEOROOM () --- </span>
<br><br>
<span style="font-size: 16px;"> -- LOCALS -- </span>
<br><br>
<div id="locals" style="display: flex;"></div>
<br><br>
<span style="font-size: 16px;"> -- REMOTES -- </span>
<br><br>
<div id="remotes" style="display: flex;"></div>
</div>

<script src="/socket.io/socket.io.js"></script>
<script src="./videoroom-ms-client.js"></script>
</body>

</html>
Loading

0 comments on commit 19ab368

Please sign in to comment.