LINXD-2209: Added logs
This commit is contained in:
parent
91b4db1982
commit
817a49204d
2
app.js
2
app.js
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user