summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-12-12 10:39:48 +0100
committerJoas Schilling <coding@schilljs.com>2022-12-12 10:39:48 +0100
commitea92a4787a2c1155c2121a6982b32bd4c9926273 (patch)
treec110b215a1304e22fe2a98521eb883ea2c024a37 /docs
parent9a12cb255eb6eb1b0b01f345b34f2cbf70c36a02 (diff)
Add documentation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/settings.md b/docs/settings.md
index be65f4a7c..01da97b80 100644
--- a/docs/settings.md
+++ b/docs/settings.md
@@ -81,6 +81,7 @@ Option legend:
| `session-ping-limit` | int | `200` | | Number of sessions the HPB can ping in a single request |
| `token_entropy` | int | `8` | | Length of conversation tokens, can be increased to make tokens harder to guess but reduces readability and dial-in comfort |
| `default_group_notification` | int | `2` | 🖌️ | Default notification level for group conversations [constants list](constants.md#participant-notification-levels) |
+| `default_permissions` | int | `246` | | Default permissions for non-moderators (see [constants list](constants.md#attendee-permissions) for bit flags) |
| `grid_videos_limit` | int | `19` | | Maximum number of videos to show (additional to the own video) |
| `grid_videos_limit_enforced` | string<br>`yes` or `no` | `no` | | Whether the number of grid videos should be enforced |
| `changelog` | string<br>`yes` or `no` | `yes` | | Whether the changelog conversation is updated with new features on major releases |