diff --git a/app.js b/app.js index c14b86a..0484a36 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 }) }