Update server

This commit is contained in:
Sergiu Toma 2022-11-29 02:20:05 +02:00
parent e085d22e89
commit 984b2b892e

5
app.js
View File

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