diff --git a/public/index.js b/public/index.js index 7570e53..f5a58cf 100644 --- a/public/index.js +++ b/public/index.js @@ -350,6 +350,7 @@ const createRecvTransport = async () => { } const resetCallSettings = () => { + console.log('resetCallSettings', callId); socket.emit('transportclose', { callId }) localVideo.srcObject = null remoteVideo.srcObject = null