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