You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: _posts/2019-02-14-customize.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1132,7 +1132,8 @@ Useful tools for development:
1132
1132
| `userdata-bbb_client_title=` | Specifies a string to set as the HTML5 client title | BigBlueButton |
1133
1133
| `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` |
1134
1134
| `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` |
1136
1137
| `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` |
1137
1138
1138
1139
### Branding parameters
@@ -1156,7 +1157,8 @@ Useful tools for development:
1156
1157
| `userdata-bbb_enable_screen_sharing=` | If set to `false`, the client will display the screen sharing button if they are the current presenter | `true` |
1157
1158
| `userdata-bbb_enable_video=` | If set to `false`, the client will display the webcam sharing button (in effect disabling/enabling webcams) | `true` |
1158
1159
| `userdata-bbb_record_video=` | If set to `false`, the user won't have her/his video stream recorded | `true` |
1159
-
| `userdata-bbb_skip_video_preview=` | If set to `true`, the client will not see a preview of their webcam before sharing it | `false` |
1160
+
| `userdata-bbb_skip_video_preview=` | If set to `true`, the user will not see a preview of their webcam before sharing it | `false` |
1161
+
| `userdata-bbb_skip_video_preview_on_first_join=` | (Introduced in BigBlueButton 2.3) If set to `true`, the user will not see a preview of their webcam before sharing it when sharing for the first time in the session. If the user stops sharing, next time they try to share webcam the video preview will be displayed, allowing for configuration changes to be made prior to sharing | `false` |
1160
1162
| `userdata-bbb_mirror_own_webcam=` | If set to `true`, the client will see a mirrored version of their webcam. Doesn't affect the incoming video stream for other users. | `false` |
Copy file name to clipboardExpand all lines: _posts/2019-02-14-dev.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ Install Meteor.js.
255
255
$ curl https://install.meteor.com/ | sh
256
256
```
257
257
258
-
The HTML5 client in BigBlueButton 2.2 depends on Meteor version 1.8.x. Navigate to `bigbluebutton-html5/` and set the appropriate version of Meteor
258
+
The HTML5 client in BigBlueButton 2.2 depends on Meteor version 1.8.x. Navigate to `bigbluebutton-html5/` and set the appropriate version of Meteor. Note that 2.3-dev needs version 1.10.2.
0 commit comments