Refactor transportclose 12.5
This commit is contained in:
parent
cd8153e3e7
commit
6d8f22939a
2
app.js
2
app.js
@ -109,7 +109,7 @@ peers.on('connection', async socket => {
|
||||
})
|
||||
|
||||
socket.on('createRoom', async ({ callId }, callback) => {
|
||||
console.log('router', router);
|
||||
console.log('Router length:', Object.keys(router).length);
|
||||
if (router[callId] === undefined) {
|
||||
// worker.createRouter(options)
|
||||
// options = { mediaCodecs, appData }
|
||||
|
Loading…
Reference in New Issue
Block a user