LH-265-enable-audio-in-mediasoup #16

Closed
sergiu wants to merge 120 commits from LH-265-enable-audio-in-mediasoup into master
Showing only changes of commit 38b95d5246 - Show all commits

3
app.js
View File

@ -364,7 +364,7 @@ peers.on('connection', async socket => {
const callId = socketDetails[socket.id];
console.log('[consume] callId', callId);
console.log('🟠 videoCalls[callId].consumerAudio', videoCalls[callId].consumerAudio);
console.log('🟠 videoCalls[callId].producerAudio', videoCalls[callId].producerAudio);
// Check if the router can consume the specified producer
if (
@ -419,6 +419,7 @@ peers.on('connection', async socket => {
// console.log('producer of consumer closed', callId);
// closeCall(callId);
// });
console.log('🟠 videoCalls[callId].consumerAudio', videoCalls[callId].consumerAudio);
// From the consumer extract the following params to send back to the Client
const videoParams = {