Tomas Caula

Results 1 issues of Tomas Caula

I'm trying to close connection but it's work. this is my code `const endCall = () => { console.log('endCall'); if (socket === undefined || peer === undefined) return; socket.disconnect(); console.log(peer,...