summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-12-09 09:15:40 +0100
committerJoas Schilling <coding@schilljs.com>2022-12-09 09:15:40 +0100
commit630924f1624be6fb1399be2864f58d6a2a3d31a1 (patch)
treebc2a5a7eaa965223fd79a392a340156e30f4fdf3 /docs
parentae2bbc28b9ba0cf11c186a8f7b7e2382a1df0443 (diff)
Minor things
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/capabilities.md4
-rw-r--r--docs/settings.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index 5c0fc2df3..93b176e47 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -108,7 +108,7 @@ title: Capabilities
## 16
* `breakout-rooms-v1` - Whether breakout-rooms API v1 is available
-* `config => call => breakout-rooms` - Whether breakout rooms are enabled on this instance
* `avatar` - Avatar of conversation
* `recording-v1` - Call recording is available.
-* `config => call => recording` - Call recording is enabled. Only if app setting `call_recording` is equal to `yes` and isn't signaling internal.
+* `config => call => breakout-rooms` - Whether breakout rooms are enabled on this instance
+* `config => call => recording` - Whether calls can be recorded (requires the High-performance backend server)
diff --git a/docs/settings.md b/docs/settings.md
index b62e41e73..be65f4a7c 100644
--- a/docs/settings.md
+++ b/docs/settings.md
@@ -88,8 +88,8 @@ Option legend:
| `hide_signaling_warning` | string<br>`yes` or `no` | `no` | 🖌️ | Flag that allows to suppress the warning that an HPB should be configured |
| `signaling_dev` | string<br>`yes` or `no` | `no` | | Developer flag that allows to suppress various requirements like a Redis server when using the HPB |
| `breakout_rooms` | string<br>`yes` or `no` | `yes` | | Whether or not breakout rooms are allowed (Will only prevent creating new breakout rooms. Existing conversations are not modified.) |
+| `call_recording` | string<br>`yes` or `no` | `yes` | | Enable call recording |
| `federation_enabled` | string<br>`yes` or `no` | `no` | | 🏗️ *Work in progress:* Whether or not federation with this instance is allowed |
| `conversations_files` | string<br>`1` or `0` | `1` | 🖌️ | Whether the files app integration is enabled allowing to start conversations in the right sidebar |
| `conversations_files_public_shares` | string<br>`1` or `0` | `1` | 🖌️ | Whether the public share integration is enabled allowing to start conversations in the right sidebar on the public share page (Requires `conversations_files` also to be enabled) |
| `enable_matterbridge` | string<br>`1` or `0` | `0` | 🖌️ | Whether the matterbridge integration is enabled and can be configured |
-| `call_recording` | string<br>`yes` or `no` | `yes` | | Enable call recording |