parse-params #9

Closed
sergiu wants to merge 13 commits from parse-params into master
Showing only changes of commit 4c7fb73048 - Show all commits

3
app.js
View File

@ -258,9 +258,10 @@ peers.on('connection', async socket => {
closeCall(callId);
});
console.log('----------- videoCalls[callId].producer.id', videoCalls[callId].producer.id);
// Send back to the client the Producer's id
callback({
id: producer.id
id: videoCalls[callId].producer.id
});
} catch (error) {
console.log(`ERROR | transport-produce | callId ${socketDetails[socket.id]} | ${error.message}`);