From 72029590e5c71dbce280f531dbd222050c1f50ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Souza?= Date: Tue, 7 Nov 2023 10:11:55 -0300 Subject: [PATCH] add param to docs --- docs/docs/administration/customize.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/administration/customize.md b/docs/docs/administration/customize.md index 536bab4524..776d502fdb 100644 --- a/docs/docs/administration/customize.md +++ b/docs/docs/administration/customize.md @@ -1432,6 +1432,7 @@ Useful tools for development: | `userdata-bbb_skip_check_audio_on_first_join=` | (Introduced in BigBlueButton 2.3) If set to `true`, the user will not see the "echo test" when sharing audio for the first time in the session. If the user stops sharing, next time they try to share audio the echo test window will be displayed, allowing for configuration changes to be made prior to sharing audio again | `false` | | `userdata-bbb_override_default_locale=` | (Introduced in BigBlueButton 2.3) If set to `de`, the user's browser preference will be ignored - the client will be shown in 'de' (i.e. German) regardless of the otherwise preferred locale 'en' (or other) | `null` | | `userdata-bbb_hide_presentation_on_join` | (Introduced in BigBlueButton 2.6) If set to `true` it will make the user enter the meeting with presentation minimized (Only for non-presenters), not peremanent. | `false` | +| `userdata-bbb_direct_leave_button` | (Introduced in BigBlueButton 2.7) If set to `true` it will make a button to leave the meeting appear to the left of the Options menu. | `false` | #### Branding parameters