diff --git a/docs/docs/data/create.tsx b/docs/docs/data/create.tsx index 952dc8e8dd..e9fc7f338a 100644 --- a/docs/docs/data/create.tsx +++ b/docs/docs/data/create.tsx @@ -396,6 +396,13 @@ const createEndpointTableData = [ "required": false, "type": "String", "description": (<>If passed it will use this string as the name of the presentation uploaded via preUploadedPresentation (added 2.7.2)) + }, + { + "name": "allowPromoteGuestToModerator", + "required": false, + "type": "Boolean", + "default": "false", + "description": (<> If passed as true, we allow moderators to promote guests to moderators even if the authenticatedGuest config is enabled. The defaultAllowPromoteGuestToModerator configuration sets this behaviour globally for all meetings if no api parameter is passed (added in BBB 2.7.9/3.0.0-alpha.7)) } ] diff --git a/docs/docs/development/api.md b/docs/docs/development/api.md index 1a06419356..3af4cc17a2 100644 --- a/docs/docs/development/api.md +++ b/docs/docs/development/api.md @@ -106,7 +106,7 @@ 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` and removed support for all HTTP request methods except GET +- **join** - **Added:** `allowPromoteGuestToModerator`, `redirectErrorUrl`, `userdata-bbb_fullaudio_bridge` and removed support for all HTTP request methods except GET ## API Data Types