From 0fe8df550d95926aca1607e6f9ef7ac8cb929adf Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 10 Sep 2022 18:34:37 +0200 Subject: notifications --- client-web/source/preferences/decl.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client-web/source/preferences') diff --git a/client-web/source/preferences/decl.ts b/client-web/source/preferences/decl.ts index 5718a44..82d9c09 100644 --- a/client-web/source/preferences/decl.ts +++ b/client-web/source/preferences/decl.ts @@ -23,4 +23,8 @@ export const PREF_DECLS = { camera_facing_mode: { type: 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" }, + + 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" }, + notify_leave: { type: bool, default: true, description: "Send notifications when users leave" }, } -- cgit v1.2.3-70-g09d2