LH-253: Added callId for transportclose and producerclose events #12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LH-253-mediasoup-handle-callid-undefined"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -300,3 +300,3 @@
const callId = socketDetails[socket.id];
console.log('transport close from consumer', callId);
closeCall();
closeCall(callId);
We should test
callId
to be a valid value before using it incloseCall
.