(feat): improved microphone gate
(fix): weird behaviour related to users that are screensharing
This commit is contained in:
parent
e76c579bb4
commit
c795f691bf
5 changed files with 34 additions and 9 deletions
|
|
@ -280,6 +280,6 @@ export const storageDefaults: Storage = {
|
|||
cached_contacts: [],
|
||||
cached_communities: [],
|
||||
ttp_url: "https://tensamin.net:959",
|
||||
call_mute_range_start: -50,
|
||||
call_mute_range_end: -40,
|
||||
call_mute_range_start: -55,
|
||||
call_mute_range_end: -45,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue