summaryrefslogtreecommitdiff
path: root/client-web/source/preferences/decl.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-02 10:53:45 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-02 10:53:45 +0200
commit2accfbcda2aac18195ca9ec2017c91ea243bbf94 (patch)
tree955a102e7f5e84bd21c87f6d36a883e5f429cec5 /client-web/source/preferences/decl.ts
parent1cbb982e0910f9ed9c425e5a87967b2295d1ee32 (diff)
downloadkeks-meet-2accfbcda2aac18195ca9ec2017c91ea243bbf94.tar
keks-meet-2accfbcda2aac18195ca9ec2017c91ea243bbf94.tar.bz2
keks-meet-2accfbcda2aac18195ca9ec2017c91ea243bbf94.tar.zst
fix weird behaviour in disabled settings
Diffstat (limited to 'client-web/source/preferences/decl.ts')
-rw-r--r--client-web/source/preferences/decl.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client-web/source/preferences/decl.ts b/client-web/source/preferences/decl.ts
index a8c33a6..269e247 100644
--- a/client-web/source/preferences/decl.ts
+++ b/client-web/source/preferences/decl.ts
@@ -33,6 +33,7 @@ export const PREF_DECLS = {
video_fps: { type: number },
video_resolution: { type: number },
camera_facing_mode: { type: optional(string), possible_values: ["environment", "user"] },
+ screencast_audio: { type: bool, default: false },
auto_gain_control: { type: bool },
echo_cancellation: { type: bool, allow_url: true },
audio_activity_threshold: { type: number, optional: true, default: 0.003 },