From 9716bddd713cf31b86225a1c0921dda21c8306d6 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Thu, 12 Jan 2023 12:50:40 +0200 Subject: [PATCH] Added log --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 9c28924..af192e9 100644 --- a/app.js +++ b/app.js @@ -446,6 +446,7 @@ peers.on('connection', async socket => { */ socket.on('consumer-resume',() => { try { + console.log(`[consumer-resume] callId ${callId}`) const callId = socketDetails[socket.id]; if (isInitiator(callId, socket.id)) { videoCalls[callId].initiatorConsumerVideo && videoCalls[callId].initiatorConsumerVideo?.resume();