-
Notifications
You must be signed in to change notification settings - Fork 49
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
Only one recording is associated with a given meeting therefore CloudRecordings.GetRecordingsAsync should be singular #161
Comments
You're right, As for the By the way, a little while ago I applied to become a Zoom ISV partner in order to get access to Zoom's entire API and therefore be in a better position to continue improving ZoomNet but haven't heard back. If you know anybody at Zoom who can influence their decision to accept my application, please put in a good word for me. Thanks! |
I researched this situation a little bit more and what I originally said is not correct. There is only a single recording for a given meeting and therefore it makes perfect sense for Having said that, I realize that the name of the method leads to confusion. The fact that Also I discovered that |
As if this wasn't confusing enough, the Zoom API documentation uses "recordings" and "recording files" interchangeably. |
In an effort to dispel confusion, I will be renaming the following methods on the CloudRecordings resource:
|
@flydart I published a pre-release version on my MyGet feed. Let me know if you can try it out and if you find the method names less confusion. Also, you should be able to access the missing "password" property. |
🎉 This issue has been resolved in version 0.37.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
When I use CloudRecordings.GetRecordingsAsync, I'm getting back only one recording instead of the list of recordings as the name suggests.
For the only recording returning, there is ShareUrl, but there's no passcode to access the recording.
How is everything getting a list of all recordings for a given recurring meeting?
The text was updated successfully, but these errors were encountered: