From 112ab0b2292a27429a575699095409e16f6ccf71 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Thu, 11 Aug 2022 11:45:48 +0300 Subject: [PATCH] Added room it when close transport; Added ts config file --- public/index.js | 1 + 1 file changed, 1 insertion(+) 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