diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-10 22:57:59 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-10 22:57:59 +0200 |
commit | 5fbc95284594ceca385019c74f82ea9371591531 (patch) | |
tree | 6e2d4b9fa2745e7711cb7928ebd6b4bf8521fd3c /readme.md | |
parent | 33fe5396ec837c7ddfab32571027f2e43e6b7725 (diff) | |
download | keks-meet-5fbc95284594ceca385019c74f82ea9371591531.tar keks-meet-5fbc95284594ceca385019c74f82ea9371591531.tar.bz2 keks-meet-5fbc95284594ceca385019c74f82ea9371591531.tar.zst |
regenerate param table
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,7 @@ Booleans can be either `1`, `true`, `yes` or their opposites. | -------------------------- | ------- | ----------- | -------------------------------------------------------------------- | | `username` | string | `"guest-…"` | Username | | `warn_redirect` | boolean | `false` | Interal option that is set by a server redirect. | +| `image_view_popup` | boolean | `true` | Open image in popup instead of new tab | | `microphone_enabled` | boolean | `false` | Add one microphone track on startup | | `screencast_enabled` | boolean | `false` | Add one screencast track on startup | | `camera_enabled` | boolean | `false` | Add one camera track on startup | @@ -65,6 +66,9 @@ Booleans can be either `1`, `true`, `yes` or their opposites. | `camera_facing_mode` | string | - | Prefer user-facing or env-facing camera (`"environment"` / `"user"`) | | `auto_gain_control` | boolean | - | Automatically adjust mic gain | | `echo_cancellation` | boolean | - | Cancel echo | +| `notify_chat` | boolean | `true` | Send notifications for incoming chat messages | +| `notify_join` | boolean | `true` | Send notifications when users join | +| `notify_leave` | boolean | `true` | Send notifications when users leave | ## Todo-List |