From cb6b49711b13c56bbbf055f7aa2ec63c8650675b Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 21 May 2024 03:54:21 +1200 Subject: [PATCH] don't auto mute mic on leave --- public/call.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/call.html b/public/call.html index 0132bdf..391a849 100644 --- a/public/call.html +++ b/public/call.html @@ -461,9 +461,6 @@ }, leaveCall: function() { - // mute mic - this.isMicMuted = true; - // disconnect websocket if(this.ws){ this.ws.close();