Merge pull request #18985 from antobinary/docs-preUploadedPresentation
docs: preUploadedPresentation and preUploadedPresentationName
This commit is contained in:
commit
ab370872bf
@ -384,6 +384,18 @@ 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": "preUploadedPresentationName",
|
||||||
|
"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)</>)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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`, `preUploadedPresentationName`, `disabledFeatures` options`cameraAsContent`, `snapshotOfCurrentSlide`, `downloadPresentationOriginalFile`, `downloadPresentationConvertedToPdf`, `timer`.
|
||||||
|
|
||||||
- **join** - **Added:** `redirectErrorUrl`, `userdata-bbb_fullaudio_bridge`
|
- **join** - **Added:** `redirectErrorUrl`, `userdata-bbb_fullaudio_bridge`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user