From 2accfbcda2aac18195ca9ec2017c91ea243bbf94 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 2 Apr 2024 10:53:45 +0200 Subject: fix weird behaviour in disabled settings --- client-web/source/preferences/decl.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client-web/source/preferences/decl.ts') 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 }, -- cgit v1.2.3-70-g09d2