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

Commit fb92e9b

Browse files
committed
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton.github.io into master
2 parents 79be0e2 + 02f3e7d commit fb92e9b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

_posts/2019-02-14-customize.md

Lines changed: 4 additions & 2 deletions
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
@@ -1156,7 +1157,8 @@ Useful tools for development:
11561157
| `userdata-bbb_enable_screen_sharing=` | If set to `false`, the client will display the screen sharing button if they are the current presenter | `true` |
11571158
| `userdata-bbb_enable_video=` | If set to `false`, the client will display the webcam sharing button (in effect disabling/enabling webcams) | `true` |
11581159
| `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` |
11601162
| `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` |
11611163

11621164
### Presentation parameters

_posts/2019-02-14-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Install Meteor.js.
255255
$ curl https://install.meteor.com/ | sh
256256
```
257257

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.
259259

260260
```
261261
meteor update --allow-superuser --release 1.8

0 commit comments

Comments
 (0)