Releases: Jericho/ZoomNet
0.42.2
0.42.1
0.42.0
0.41.0
0.40.0
In this release we tackled the registration process for meetings and webinars. You can configure the questions that are asked when people register for your meetings/webinars, and you can programmatically add new registrants. This topic was more complex than I originally thought so I wrote a comment to share what I discovered along with code snippets. Also, pay attention to the subsequent comment on the same issue where collaborator @Carbon8Jim shares some additional information.
Speaking of @Carbon8Jim, I want to take this opportunity to thank him for giving me access to his Zoom instance which allowed me to test the new 'registration' functionality since my account doesn't have the proper permissions. I couldn't have done it without you, thank you so much!
Finally, I also want to point out that I signed up for Zoom's ISV program which would give me access to their entire API and therefore allow me to work on some of the functionality that I currently do not have access to. Unfortunately, I haven't anything from Zoom. If you know anybody who can somehow influence their decision to accept me in the ISV program, please let me know in #160.
As part of this release we had 11 issues closed.
Breaking Changes
- #175 Meetings.AddRegistrantAsync cannot return an instance of registrant class
- #180 Remove redundant 'Webinar' in the name of the Webinars.GetWebinarTemplatesAsync method
- #181 Some methods on the Meetings resource don't follow our naming convention
- #183 Allow filtering by Tracking Source Id when retrieving Webinar registrants
Bugs
Enhancements