Pepguy commited on
Commit
47d4d30
·
verified ·
1 Parent(s): 1650367

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -51,4 +51,4 @@ app.post("/broadcast", async ({ body }, res) => {
51
  res.json({ sdp: peer.localDescription });
52
  });
53
 
54
- app.listen(5000, () => console.log('SFU server running on port 5000'));
 
51
  res.json({ sdp: peer.localDescription });
52
  });
53
 
54
+ app.listen(7860, () => console.log('SFU server running on port 5000'));