Skip to content

Add current param to InsertDocumentParameters #228

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JohnKiller
Copy link

The parameter allows to change the current presentation to the uploaded file

@SamuelWei
Copy link

SamuelWei commented Jun 16, 2025

Sadly this feature is not documented, but I also found that we can and should support more options on the create call as well:

From 2.5.x and on there is also 2 parameters one can provide the payload to ensure that the document they are uploading can be downloaded or removed from the meeting, those parameters are:

Parameter Description Default Value
downloadable Dictates if the presentation can be downloaded true
removable dictates if one can remove the presentation. false

https://docs.bigbluebutton.org/development/api/#pre-upload-slides

@JohnKiller
Copy link
Author

Hi,
I've found the parameter here: https://docs.bigbluebutton.org/development/api/#post-insertdocument
It's not the pre-upload-slides, or I'm missing something?
Thanks for taking a look

@SamuelWei
Copy link

Hi, I've found the parameter here: https://docs.bigbluebutton.org/development/api/#post-insertdocument It's not the pre-upload-slides, or I'm missing something? Thanks for taking a look

Thanks, I'm in contact with the BBB developers, to improve the docs

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.

2 participants