From 1fb9614478adc6e107324274310ebf83146779ba Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 16 Sep 2022 21:27:09 +0200 Subject: optional streams (4, prefs for auto-enable) --- client-web/source/preferences/decl.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client-web/source/preferences') diff --git a/client-web/source/preferences/decl.ts b/client-web/source/preferences/decl.ts index c0cf55d..c4e247c 100644 --- a/client-web/source/preferences/decl.ts +++ b/client-web/source/preferences/decl.ts @@ -27,6 +27,9 @@ 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" }, + // 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" }, notify_chat: { type: bool, default: true, description: "Send notifications for incoming chat messages" }, notify_join: { type: bool, default: true, description: "Send notifications when users join" }, -- cgit v1.2.3-70-g09d2