Jericho / ZoomNet

.NET client library for the Zoom.us REST API v2
MIT License
69 stars 46 forks source link

Perform batch registration to Meeting and Webinar #278

Closed maaaruf closed 1 year ago

maaaruf commented 1 year ago

Hello, @Jericho, I would like to express my sincere gratitude to you for maintaining this repository, which has been an immense help to me.

I have added two new methods named PerformBatchRegistration to Meeting.cs and Webinar.cs, as well as added their corresponding signatures to IWebinar.cs and IMeeting.cs. In addition, I have also created two new models named BatchRegistrant and BatchRegistrantInfo, which are used to send and receive information about registrants during the batch registration API calling.

Here is a brief overview of the changes:

These changes should make it easier to register multiple participants at once, and provide a more streamlined registration process for meetings and webinars.

Please let me know if you have any questions, suggestions, or concerns about these changes.