Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 87943e8

Browse files
authored
Added info on bbb_skip_check_audio_on_first_join
1 parent 374c3cf commit 87943e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_posts/2019-02-14-customize.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,8 @@ Useful tools for development:
11321132
| `userdata-bbb_client_title=` | Specifies a string to set as the HTML5 client title | BigBlueButton |
11331133
| `userdata-bbb_force_listen_only=` | If set to `true`, the user will be not be able to join with a microphone as an option | `false` |
11341134
| `userdata-bbb_listen_only_mode=` | If set to `false`, the user will not be able to join the audio part of the meeting without a microphone (disables listen-only mode) | `true` |
1135-
| `userdata-bbb_skip_check_audio=` | If set to `true`, the user will not see the "echo test" prompt on login | `false` |
1135+
| `userdata-bbb_skip_check_audio=` | If set to `true`, the user will not see the "echo test" prompt when sharing audio | `false` |
1136+
| `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` |
11361137
| `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`       |
11371138

11381139
### Branding parameters

0 commit comments

Comments
 (0)