Update log

This commit is contained in:
Sergiu Toma 2022-11-18 11:03:12 +02:00
parent c25e34bc37
commit 77da298944
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -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 }) }