aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMetaMuffin <metamuffin@yandex.com>2021-08-06 19:25:57 +0200
committerMetaMuffin <metamuffin@yandex.com>2021-08-06 19:25:57 +0200
commitb31837bd5253c772de38dc0d0fadfdba5a1903bf (patch)
tree6b8ef79bfdbb4d0f525ad95f7ad52b4fd9f5ee80 /README.md
parentc5f4438589be44208ce4946c3c090350840113ba (diff)
downloadkeks-meet-b31837bd5253c772de38dc0d0fadfdba5a1903bf.tar
keks-meet-b31837bd5253c772de38dc0d0fadfdba5a1903bf.tar.bz2
keks-meet-b31837bd5253c772de38dc0d0fadfdba5a1903bf.tar.zst
Added mute and mic gain
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 9717b0d..84dee35 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,13 @@ For configuration just add a set of the following options as query parameters to
Booleans can be either `1`, `true`, `yes` or their opposites.
-| Option name | Type | Description |
-| --------------- | ------- | -------------------------------------- |
-| `username` | string | Sets the username |
-| `rnnoise` | boolean | Enables noise suppression with rnnoise |
-| `audio_enabled` | boolean | Enables audio transmission by default |
-| `video_enabled` | boolean | Enables video transmission by default |
+| Option name | Type | Default | Description |
+| --------------- | ------- | ------- |
+| `username` | string | "guest" | Sets the username |
+| `rnnoise` | boolean | true | Enables noise suppression with rnnoise |
+| `audio_enabled` | boolean | false | Enables audio transmission by default |
+| `video_enabled` | boolean | false | Enables video transmission by default |
+| `mic_gain` | number | 1 | Sets the microphone volume |
## Licence