From 56bdbca537efbe5c86142c549bf1e15310fb7444 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Thu, 24 Nov 2022 23:09:18 +0200 Subject: [PATCH] Update server --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index 59a3772..7e27ae9 100644 --- a/app.js +++ b/app.js @@ -435,7 +435,8 @@ peers.on('connection', async socket => { rtpParameters: videoCalls[callId].consumerAudio.rtpParameters, }; - console.log('[consume] params', params); + console.log('[consume] videoParams', videoParams); + console.log('[consume] audioParams', audioParams); // Send the parameters to the client callback({ videoParams, audioParams }); } else {