mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
don't auto mute mic on leave
This commit is contained in:
parent
f8d839467a
commit
cb6b49711b
1 changed files with 0 additions and 3 deletions
|
|
@ -461,9 +461,6 @@
|
|||
},
|
||||
leaveCall: function() {
|
||||
|
||||
// mute mic
|
||||
this.isMicMuted = true;
|
||||
|
||||
// disconnect websocket
|
||||
if(this.ws){
|
||||
this.ws.close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue