diff options
Diffstat (limited to 'client-web/source/preferences/decl.ts')
-rw-r--r-- | client-web/source/preferences/decl.ts | 1 |
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 }, |