diff --git a/docs/docs/data/create.tsx b/docs/docs/data/create.tsx index a58e28736b..11bfd16337 100644 --- a/docs/docs/data/create.tsx +++ b/docs/docs/data/create.tsx @@ -384,6 +384,18 @@ const createEndpointTableData = [ "type": "Boolean", "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 (recorded=true). 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 preUploadedPresentationOverrideDefault=false (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 preUploadedPresentation (added 2.7.2)) } ] diff --git a/docs/docs/development/api.md b/docs/docs/development/api.md index 2778c296d8..9caa409ada 100644 --- a/docs/docs/development/api.md +++ b/docs/docs/development/api.md @@ -104,7 +104,7 @@ Updated in 2.6: 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`