summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-04-18 09:24:23 +0200
committerJoas Schilling <coding@schilljs.com>2023-04-18 12:22:27 +0200
commit1e4ce5e7a74d321192d9173a4b6eeb027ed205a7 (patch)
tree476de1e3c035ed345fa469652be42feaa4e66bce /docs
parentf8d4248081b7479b82a26534e1d49ce6dcbc6d51 (diff)
feat(virtual-background): Add capabilities for predefined virtual backgrounds and whether users can upload custom ones
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/capabilities.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index a75ea8b30..ef269c1c2 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -116,3 +116,5 @@
## 17
* `avatar` - Avatar of conversation
* `config => chat => translations` - List of translations tuples, JSON encoded sample `{"from":"de","fromLabel":"German","to":"en","toLabel":"English"}`. Those tuples should be provided as options when translating chat messages.
+* `config => call => predefined-backgrounds` - List of predefined virtual backgrounds. The files are in Talks img/ folder, accessible via the normal image path methods. The list is cached for 5 minutes.
+* `config => call => can-upload-background` - Boolean flag whether the user can upload a custom virtual background (requires an account and non-zero quota). Uploads should be done to Talk/Backgrounds/ (respecting the user's attachment directory setting).