LINXD-2209-black-screen-when-2-video-calls-are-answered-simultaneously #3
2
app.js
2
app.js
@ -144,7 +144,7 @@ peers.on('connection', async socket => {
|
||||
})
|
||||
|
||||
socket.on('createRoom', async ({ callId }, callback) => {
|
||||
// console.log('[createRoom] callId', callId);
|
||||
console.log('[createRoom] callId', callId);
|
||||
// console.log('Router length:', Object.keys(router).length);
|
||||
// if (router[callId] === undefined) {
|
||||
// // worker.createRouter(options)
|
||||
|
Loading…
Reference in New Issue
Block a user