LINXD-2209: Added logs

This commit is contained in:
Sergiu Toma 2022-09-13 20:58:06 +03:00
parent 91b4db1982
commit 817a49204d

2
app.js
View File

@ -144,7 +144,7 @@ peers.on('connection', async socket => {
}) })
socket.on('createRoom', async ({ callId }, callback) => { socket.on('createRoom', async ({ callId }, callback) => {
// console.log('[createRoom] callId', callId); console.log('[createRoom] callId', callId);
// console.log('Router length:', Object.keys(router).length); // console.log('Router length:', Object.keys(router).length);
// if (router[callId] === undefined) { // if (router[callId] === undefined) {
// // worker.createRouter(options) // // worker.createRouter(options)