diff --git a/app.js b/app.js index 391a23e..1f3a1a0 100644 --- a/app.js +++ b/app.js @@ -185,10 +185,6 @@ peers.on('connection', async socket => { try { console.log('consume', rtpCapabilities, callId); // check if the router can consume the specified producer - console.log('[consume] canConsume', router[callId].canConsume({ - producerId: producer.id, - rtpCapabilities - })); if (router[callId].canConsume({ producerId: producer.id, rtpCapabilities @@ -222,11 +218,9 @@ peers.on('connection', async socket => { kind: consumer.kind, rtpParameters: consumer.rtpParameters, } - console.log('[consume] params', params); + // send the parameters to the client callback({ params }) - } else { - console.log("Can't consume"); } } catch (error) { console.log(error.message)