Added room it when close transport; Added ts config file

This commit is contained in:
Sergiu Toma 2022-08-11 11:45:48 +03:00
parent 625fb28e65
commit 112ab0b229

View File

@ -350,6 +350,7 @@ const createRecvTransport = async () => {
}
const resetCallSettings = () => {
console.log('resetCallSettings', callId);
socket.emit('transportclose', { callId })
localVideo.srcObject = null
remoteVideo.srcObject = null