Jericho / ZoomNet

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

Add support for webinar participants report #283

Closed GiampaoloGabba closed 1 year ago

GiampaoloGabba commented 1 year ago

This PR add support for retrieveng the participants report for webinars.

Note that zoom api doesnt have an equivalent for report/users/{userId}/meetings for webinars, so i just implemented the GetWebinarParticipantsAsync in the Report class.

Also modified the integration test.

Fixes #284