diff --git a/app.js b/app.js index c29047f..92b5259 100644 --- a/app.js +++ b/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)