diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-10 18:34:37 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-10 18:34:37 +0200 |
commit | 0fe8df550d95926aca1607e6f9ef7ac8cb929adf (patch) | |
tree | 6a9b9da6f246d003688ab68ba1064fd779013063 /client-web/source/preferences/decl.ts | |
parent | f268bd2087fbfb57b8504becf364a00ddebde075 (diff) | |
download | keks-meet-0fe8df550d95926aca1607e6f9ef7ac8cb929adf.tar keks-meet-0fe8df550d95926aca1607e6f9ef7ac8cb929adf.tar.bz2 keks-meet-0fe8df550d95926aca1607e6f9ef7ac8cb929adf.tar.zst |
notifications
Diffstat (limited to 'client-web/source/preferences/decl.ts')
-rw-r--r-- | client-web/source/preferences/decl.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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" }, } |