Skip to content

Releases: Jericho/ZoomNet

0.42.2

25 Apr 14:03
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #196 Method not implemented exception

0.42.1

12 Mar 15:21
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #192 Serialization Error when calling GetRegistrantsAsync

0.42.0

07 Mar 18:38
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Enhancements

  • #169 Remove Newtonsoft JSON parser dependency
  • #172 Target .NET 6.0
  • #191 Extension methods to get permissions and settings for current user without knowing the user Id

0.41.0

01 Mar 21:49
Compare
Choose a tag to compare

As part of this release we had 4 issues closed.

Breaking Change

  • #188 The Users.UploadProfilePicture method does not follow our naming convention

Bug

  • #189 Exception is thrown when retrieving a user's authentication settings due to incorrect deserialization

Enhancements

  • #186 Additional methods on the Users resource
  • #187 New properties on the User class

0.40.0

22 Feb 16:25
Compare
Choose a tag to compare

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

  • #178 QuestionType enum is wrong
  • #179 No longer able to create/update a poll

Enhancements

  • #157 Add missing fields to Webinars.AddRegistrantAsync and Meetings.AddRegistrantAsync
  • #174 Add readme to package
  • #176 Additional methods on the Meeting resource
  • #177 Additional methods on the Webinar resource
  • #182 Add ability to use a template when creating a Meeting

0.39.0

04 Feb 02:23
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Enhancement

  • #168 ParticipantDevice Enum

0.38.0

31 Jan 00:18
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Enhancements

  • #11 New resource: Reports
  • #167 Dashboard Participant additional fields

0.37.0

15 Jan 19:08
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Breaking Change

  • #161 Only one recording is associated with a given meeting therefore CloudRecordings.GetRecordingsAsync should be singular

Enhancement

  • #162 The Recording model class is missing a few properties

0.36.0

29 Nov 16:26
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Breaking Change

  • #154 Update supported frameworks

Improvement

  • #159 Better handle cases where HTTP200 indicates failure

New Feature

  • #5 New resource: Roles

0.35.0

17 Nov 14:36
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Bugs

  • #151 Random issue in Http429RetryStrategy.GetDelay
  • #153 Json parsing errors using the GetAllMeetingParticipantsQosAsync api

New Feature

  • #150 Get the list of past webinar participants