LH-276: Update producer close event handler
This commit is contained in:
parent
7e3e40e5e1
commit
48ef4911b1
2
app.js
2
app.js
@ -529,7 +529,7 @@ peers.on('connection', async (socket) => {
|
||||
// else if (kind === 'audio') videoCalls[callId].receiverAudioProducer.close()
|
||||
// }
|
||||
} catch (error) {
|
||||
console.error(`ERROR | consumer-resume | callId ${socketDetails[socket.id]} | error: ${error.message}`);
|
||||
console.error(`[close-producer] | ERROR | callId ${socketDetails[socket.id]} | error: ${error.message}`);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user