Remove callId from transportClose(from producer)

This commit is contained in:
2022-08-06 10:15:51 +03:00
parent a2223529da
commit 6d80943907
3 changed files with 1 additions and 5 deletions

View File

@ -20721,10 +20721,8 @@ if (IS_PRODUCER === true) {
if (parsedData.type === 'notify-end') {
console.log('[VIDEO] notify-end | IS_PRODUCER', IS_PRODUCER, 'callId', callId);
// socket.emit('transportclose')
socket.emit('transportclose')
resetCallSettings()
// socket.destroy()
}
})
})

View File

@ -62,10 +62,8 @@ if (IS_PRODUCER === true) {
if (parsedData.type === 'notify-end') {
console.log('[VIDEO] notify-end | IS_PRODUCER', IS_PRODUCER, 'callId', callId);
// socket.emit('transportclose')
socket.emit('transportclose')
resetCallSettings()
// socket.destroy()
}
})
})