diff --git a/app.js b/app.js index 4b73ec5..190d30b 100644 --- a/app.js +++ b/app.js @@ -251,9 +251,9 @@ peers.on('connection', async socket => { }); // Send back to the client the Producer's id - callback({ - id: videoCalls[callId].producer.id - }); + // callback({ + // id: videoCalls[callId].producer.id + // }); } catch (error) { console.log(`ERROR | transport-produce | callId ${socketDetails[socket.id]} | ${error.message}`); }