From 294dbdf38ded94bac8e4aeaf9c3745106ae271de Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Tue, 13 Sep 2022 21:43:16 +0300 Subject: [PATCH] LINXD-2209: Added logs --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index f9166f1..6d369a8 100644 --- a/app.js +++ b/app.js @@ -205,7 +205,7 @@ peers.on('connection', async socket => { }) socket.on('consume', async ({ rtpCapabilities, callId }, callback) => { - console.log('[consume] callId', callId); + console.log('[consume] callId', callId, router); try { // console.log('consume', rtpCapabilities, callId); // check if the router can consume the specified producer