docs: document allowPromoteGuestToModerator [2.7] (#20514)

This commit is contained in:
Anton Georgiev 2024-06-17 19:12:48 -04:00 committed by GitHub
parent 7cab994333
commit 677177b72b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -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 <code className="language-plaintext highlighter-rouge">preUploadedPresentation</code> (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)</>)
}
]

View File

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