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