From 9a25f16924e670fa685a8966e1e4106b9f0af10d Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Fri, 18 Nov 2022 10:33:53 +0200 Subject: [PATCH] Update log --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 3c437a0..3dc1911 100644 --- a/app.js +++ b/app.js @@ -154,7 +154,7 @@ peers.on('connection', async socket => { try { // We can continue with the room creation process only if we have a callId if (callId) { - console.log(`[createRoom] -🟥🟥- socket.id ${socket.id} callId ${callId}`); + console.log(`[createRoom] -🟥🟥🟥- socket.id ${socket.id} callId ${callId}`); if (!videoCalls[callId]) { console.log('[createRoom] callId', callId); videoCalls[callId] = { router: await worker.createRouter({ mediaCodecs }) }