Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature (api): Add preUploadedPresentation param to API's /create via GET #19116

Conversation

Scroody
Copy link
Collaborator

@Scroody Scroody commented Nov 13, 2023

What does this PR do?

It basically implements the pre-upload presentation via GET, so now it is possible to pass a download URL to the create endpoint.

The behavior now is: if one passes in preUploadedPresentation, then this presentation will override the default.pdf, since preUploadedPresentationOverrideDefault=true by default in the application.properties. To avoid that, it is necessary to also send in preUploadedPresentationOverrideDefault=false.

As described by @GuiLeme the original author of the PR in the 2.7 version. PR - #18953

@Scroody Scroody force-pushed the preUploadedPresentation-get-v30 branch from 3555e16 to 6af3d4f Compare November 13, 2023 16:17
@ramonlsouza ramonlsouza added this to the Release 3.0 milestone Nov 13, 2023
Copy link

sonarcloud bot commented Nov 14, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link

Automated tests Summary

All the CI tests have passed!

@gustavotrott gustavotrott merged commit 9628b17 into bigbluebutton:v3.0.x-release Nov 14, 2023
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants