[3.0]docs: adjust name for errorRedirectUrl (#20840)

* [3.0]docs: adjust name for errorRedirectUrl

* add line
This commit is contained in:
Anton Georgiev 2024-08-01 16:28:15 -04:00 committed by GitHub
parent 75ab985795
commit 8c3929ae66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ Updated in 2.6:
Updated in 2.7:
- **create** - **Added:** `preUploadedPresentation`, `preUploadedPresentationName`, `disabledFeatures` options`cameraAsContent`, `snapshotOfCurrentSlide`, `downloadPresentationOriginalFile`, `downloadPresentationConvertedToPdf`, `timer`, `learningDashboardDownloadSessionData` (2.7.5).
- **join** - **Added:** `redirectErrorUrl`, `userdata-bbb_fullaudio_bridge`
- **join** - **Added:** `errorRedirectUrl`, `userdata-bbb_fullaudio_bridge`
Updated in 3.0:
@ -1329,3 +1329,4 @@ For example, the application may be able to register a URL that BigBlueButton wo
- .txt
All these valid formats are also present in a list in the [back-end](https://github.com/bigbluebutton/bigbluebutton/blob/v2.7.10/bbb-common-web/src/main/java/org/bigbluebutton/presentation/MimeTypeUtils.java#L28-L47) and in the [front-end](https://github.com/bigbluebutton/bigbluebutton/blob/v2.7.10/bigbluebutton-html5/private/config/settings.yml#L824-L862) if more details are needed.