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

deleteRecordings API endpoint should have an optional parameter for specific format #20287

Open
MBM1607 opened this issue May 17, 2024 · 1 comment

Comments

@MBM1607
Copy link
Contributor

MBM1607 commented May 17, 2024

Problem to solve:
At the moment, there is no specific way to delete only one format of recording from the API.

My use-case is that I need both video and presentation formats initially. However, once the meeting has been reviewed, the presentation format needs to be deleted, and the video format is kept for longer to allow download.

Purposed solution:

Add a new optional parameter called format of type 'String', this can be any of the available formats (e.g video, presentation, captions etc), it can even be a comma-separated list of multiple formats.

If the format (or formats in case of comma-separated value), then only that/those should be deleted. Without passing this parameter the API will work as before ensuring backwards compatibility.

@MBM1607
Copy link
Contributor Author

MBM1607 commented May 19, 2024

The same should be done with publishRecordings and bbb-record rebuild for consistency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants