docs: document allowPromoteGuestToModerator [2.7] (#20514)
This commit is contained in:
parent
7cab994333
commit
677177b72b
@ -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)</>)
|
||||
}
|
||||
]
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user