Pepguy commited on
Commit
52f461d
·
verified ·
1 Parent(s): 25ed14d

Update public/index.html

Browse files
Files changed (1) hide show
  1. public/index.html +1 -1
public/index.html CHANGED
@@ -5,7 +5,7 @@
5
  <h3>Broadcaster</h3>
6
  <video id="localVideo" autoplay muted></video>
7
  <script>
8
- const ws = new WebSocket('ws://localhost:3000');
9
  let transport, producer;
10
 
11
  ws.onmessage = async ({ data }) => {
 
5
  <h3>Broadcaster</h3>
6
  <video id="localVideo" autoplay muted></video>
7
  <script>
8
+ const ws = new WebSocket('ws://https://pepguy-swarming-1.hf.space');
9
  let transport, producer;
10
 
11
  ws.onmessage = async ({ data }) => {