-
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
Getting past meeting API reveals Meeting class instead of PastMeeting #231
Comments
My best guess is that this is a copy/paste mistake on my part. The return type of this method definitely should be |
Thanks a lot for a quick response. What do you think, when can we expect a release with this fix? |
You reported this issue barely an hour ago and already you expect a fix and a release !!! 😜 Joking aside, I should be able to publish a release in the next day or two. |
Great! Thanks a lot for your great support. I am actively using your package, that's the reason for such a rush :) |
There are several endpoints in Zoom's API that I haven't worked on, mostly due to the fact that I don't have the necessary permissions to access them. I applied for membership in Zoom's partner program (which, I assume, would grant me access to the entirety of the API) but never heard back. I also asked for assistance, but so far no progress has been made. |
🎉 This issue has been resolved in version 0.47.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
Well done, thank you! It is working! |
Hi Jericho,
I noticed that getting past meeting API (GetAsync() API) returns ref of Meeting class instead of PastMeeting class (defined in ZoomNet/Source/ZoomNet/Models/PastMeeting.cs file).
While Zoom REST API past_meetings returns information about past meeting including actual start/end time of the finished meeting. Here is the sample result of REST API call:
What is the reason you are not returning PastMeeting class, which has all the attributes above?
I could not find another way of getting past meeting actual start/end time using ZoomNet
Thanks in advance
The text was updated successfully, but these errors were encountered: