docs: preUploadedPresentation and preUploadedPresentationOverrideDefault

This commit is contained in:
Anton Georgiev 2023-10-19 14:51:08 -04:00
parent 33f44e1dca
commit 65b4c5d5d7
2 changed files with 14 additions and 1 deletions

View File

@ -384,6 +384,19 @@ const createEndpointTableData = [
"type": "Boolean", "type": "Boolean",
"default": "false", "default": "false",
"description": (<>Controls whether media (audio, cameras and screen sharing) should be captured on their full duration if the meeting's recorded property is true (<code className="language-plaintext highlighter-rouge">recorded=true</code>). Default is false: only captures media while recording is running in the meeting. (added 2.6.9)</>) "description": (<>Controls whether media (audio, cameras and screen sharing) should be captured on their full duration if the meeting's recorded property is true (<code className="language-plaintext highlighter-rouge">recorded=true</code>). Default is false: only captures media while recording is running in the meeting. (added 2.6.9)</>)
},
{
"name": "preUploadedPresentation",
"required": false,
"type": "String",
"description": (<>If passed with a valid presentation file url, this presentation will override the default presentation. To only upload but not set as default, also pass <code className="language-plaintext highlighter-rouge">preUploadedPresentationOverrideDefault=false</code> (added 2.7.2)</>)
},
{
"name": "preUploadedPresentationOverrideDefault",
"required": false,
"type": "Boolean",
"default": true,
"description": (<>Controls whether <code className="language-plaintext highlighter-rouge">preUploadedPresentation</code> presentation is set as default. Default is true: the presentation passed in the same CREATE via <code className="language-plaintext highlighter-rouge">preUploadedPresentation</code> will be set as the default presentation in the meeting. (added 2.7.2)</>)
} }
] ]

View File

@ -104,7 +104,7 @@ Updated in 2.6:
Updated in 2.7: Updated in 2.7:
- **create** - **Added:** `disabledFeatures` options`cameraAsContent`, `snapshotOfCurrentSlide`, `downloadPresentationOriginalFile`, `downloadPresentationConvertedToPdf`, `timer`. - **create** - **Added:** `preUploadedPresentation`, `preUploadedPresentationOverrideDefault`, `disabledFeatures` options`cameraAsContent`, `snapshotOfCurrentSlide`, `downloadPresentationOriginalFile`, `downloadPresentationConvertedToPdf`, `timer`.
- **join** - **Added:** `redirectErrorUrl`, `userdata-bbb_fullaudio_bridge` - **join** - **Added:** `redirectErrorUrl`, `userdata-bbb_fullaudio_bridge`