Merge pull request #20774 from antobinary/docs-2710

docs: 2.7.10 features breakouts with own pres; ban posts from user
This commit is contained in:
Anton Georgiev 2024-07-24 21:23:46 -04:00 committed by GitHub
commit 3b8e7e1968
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 21 additions and 1 deletions

View File

@ -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.</>)
}
];

View File

@ -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

View File

@ -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 -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB