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

Is there anyway to get the total size of the a meeting recording? #178

Closed
tamkeen-tms opened this issue Jun 12, 2022 · 2 comments
Closed

Comments

@tamkeen-tms
Copy link

I am looking for a way to fetch or calculate the file size of a meeting's recording. I have looked into the /getRecordings endpoint, but nothing there about storage or size.

@tamkeen-tms
Copy link
Author

Looking at the BBB repo, I found this pull request from 2018:
bigbluebutton/bigbluebutton#6351

There are 3 "size" values, all in bytes. The first "size" is the total size of the recording directory, the "rawSize" is the size of the raw recording file. The final "size" value is a property for each playback item.

These values are not accessible through the \Core\Record class. I have created an extending class and add ->getSize() as a work around.

@GhaziTriki
Copy link
Member

@tamkeen-tms You can get the size of all recording formats.

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

No branches or pull requests

2 participants