aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/preferences/decl.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-17 22:34:25 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-17 22:34:25 +0100
commit2fc81eee903efa1f6da77b9f58fd2179356dad9f (patch)
tree6c047c05c636f366220ca34f3312ccc7fb91e85c /client-web/source/preferences/decl.ts
parentf85d40d8c6cc2f3b58d1e0ea7f0382db88fffd4e (diff)
parent67694f908f7fc76f78566e6f02d89db2d7a19c1d (diff)
downloadkeks-meet-2fc81eee903efa1f6da77b9f58fd2179356dad9f.tar
keks-meet-2fc81eee903efa1f6da77b9f58fd2179356dad9f.tar.bz2
keks-meet-2fc81eee903efa1f6da77b9f58fd2179356dad9f.tar.zst
merge
Diffstat (limited to 'client-web/source/preferences/decl.ts')
-rw-r--r--client-web/source/preferences/decl.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client-web/source/preferences/decl.ts b/client-web/source/preferences/decl.ts
index effd885..f3f8e84 100644
--- a/client-web/source/preferences/decl.ts
+++ b/client-web/source/preferences/decl.ts
@@ -32,6 +32,8 @@ export const PREF_DECLS = {
camera_facing_mode: { type: optional(string), possible_values: ["environment", "user"], description: "Prefer user-facing or env-facing camera" },
auto_gain_control: { type: bool, description: "Automatically adjust mic gain" },
echo_cancellation: { type: bool, description: "Cancel echo" },
+ audio_activity_threshold: { type: number, optional: true, default: 0.003, description: "Audio activity threshold" },
+
// TODO differenciate between mic, cam and screen
optional_audio_default_enable: { type: bool, default: true, description: "Enable audio tracks by default" },
optional_video_default_enable: { type: bool, default: false, description: "Enable video tracks by default" },