docs: 2.7.10 features breakouts with own pres; ban posts from user
This commit is contained in:
parent
31336c8290
commit
06c5a2eece
@ -91,6 +91,12 @@ const joinEndpointTableData = [
|
||||
"required": false,
|
||||
"type": "String",
|
||||
"description": (<>If the parameter is passed on JOIN with value `true`, the user will be omitted from being displayed in the Learning Dashboard. The use case is for support agents who drop by to support the meeting / resolve tech difficulties. Added in BBB 2.4</>)
|
||||
},
|
||||
{
|
||||
"name": "webcamBackgroundURL",
|
||||
"required": false,
|
||||
"type": "String",
|
||||
"description": (<>If the parameter is passed on JOIN with a URL of a JPG or PNG image, that image will be automatically applied as a whiteboard background when the user shares webcam. We recommend linking to images stored on the server (for example `/var/www/bigbluebutton-default/assets/images/my-background.png` could be used as "https://abc.bigbluebutton.org/images/my-background.png") or ones that are avoiding CORS issues via passing appropriate response headers. Added in BBB 2.7.10.</>)
|
||||
}
|
||||
];
|
||||
|
||||
|
@ -106,7 +106,7 @@ Updated in 2.7:
|
||||
|
||||
- **create** - **Added:** `preUploadedPresentation`, `preUploadedPresentationName`, `allowPromoteGuestToModerator`, `disabledFeatures` options`cameraAsContent`, `snapshotOfCurrentSlide`, `downloadPresentationOriginalFile`, `downloadPresentationConvertedToPdf`, `timer`, `learningDashboardDownloadSessionData` (2.7.5).
|
||||
|
||||
- **join** - **Added:** `redirectErrorUrl`, `userdata-bbb_fullaudio_bridge` and removed support for all HTTP request methods except GET
|
||||
- **join** - **Added:** `redirectErrorUrl`, `webcamBackgroundURL`, `userdata-bbb_fullaudio_bridge` and removed support for all HTTP request methods except GET
|
||||
|
||||
## API Data Types
|
||||
|
||||
|
@ -65,6 +65,11 @@ When using BigBlueButton on a mobile device you can now enable Wake lock (if you
|
||||
|
||||
![Enable Wake lock from the Settings modal](/img/27-enable-wake-lock.png)
|
||||
|
||||
#### Prevent specific users from posting to the public chat
|
||||
|
||||
In some cases one or two students can wreck havoc in the public chat by posting excessively or doing all they can to disrupt the flow of the session. We have introduced a new menu option to lock the ability to send public chat messages for a specific user. That user could later be allowed to post again by using the same menu.
|
||||
|
||||
![Lock public chat for a distuptive user](/img/27-lock-chat-one-user.png)
|
||||
|
||||
### Engagement
|
||||
|
||||
@ -84,6 +89,15 @@ Animations were added to the Reactions Bar as part of BigBlueButton 2.7.2. By de
|
||||
|
||||
You can disable any animations in the client, including Reactions Animations via a toggle in the client: Settings -> Application -> Animations on/off.
|
||||
|
||||
|
||||
##### Breakout rooms can use different presentations
|
||||
|
||||
![Four breakouts each set for different presentation](/img/27-breakouts-various-presentations.png)
|
||||
|
||||
Starting with BigBlueButton 2.7.10 when creating breakout rooms you can specify what presentation to be used in each room. The default option remains to be a copy of the current slide from the current presentation. If annotations exporting is enabled in the breakouts, the export result will either be a single slide (if annotations were only made there) or the entire presentation (if annotations were made on more than one slide).
|
||||
|
||||
|
||||
|
||||
<!-- ### Analytics -->
|
||||
|
||||
|
||||
|
BIN
docs/static/img/27-breakouts-various-presentations.png
vendored
Normal file
BIN
docs/static/img/27-breakouts-various-presentations.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
docs/static/img/27-lock-chat-one-user.png
vendored
Normal file
BIN
docs/static/img/27-lock-chat-one-user.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Loading…
Reference in New Issue
Block a user