diff --git a/app.js b/app.js index 737ec47..1f3a1a0 100644 --- a/app.js +++ b/app.js @@ -183,6 +183,7 @@ peers.on('connection', async socket => { socket.on('consume', async ({ rtpCapabilities, callId }, callback) => { try { + console.log('consume', rtpCapabilities, callId); // check if the router can consume the specified producer if (router[callId].canConsume({ producerId: producer.id,