Compare commits
No commits in common. "f5406f163f885287a2c679285d02bf28e23e32ad" and "4a98a79630bfbd02f6466a852c5c869cab128681" have entirely different histories.
f5406f163f
...
4a98a79630
6
app.js
6
app.js
@ -56,11 +56,7 @@ httpsServer.listen(process.env.PORT, () => {
|
||||
console.log('Listening on port:', process.env.PORT)
|
||||
})
|
||||
|
||||
const io = new Server(httpsServer, {
|
||||
allowEIO3: true
|
||||
});
|
||||
|
||||
// socket.io namespace (could represent a room?)
|
||||
const io = new Server(httpsServer)
|
||||
const peers = io.of('/mediasoup')
|
||||
|
||||
const createWorker = async () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user