From ae7a8ed9cebc9175df6b7a57f37de742a4c48821 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Tue, 29 Nov 2022 03:16:15 +0200 Subject: [PATCH] Update server --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index bd4f5bb..dff83d3 100644 --- a/app.js +++ b/app.js @@ -380,6 +380,7 @@ peers.on('connection', async socket => { if (canConsumeVideo && !canConsumeAudio) { console.log('1'); const videoParams = consumeVideo(callId, rtpCapabilities) + console.log('videoParams', videoParams); callback({ videoParams, audioParams: null }); } else if (canConsumeVideo && canConsumeAudio) { console.log('2');