ZoomNet
ZoomNet copied to clipboard
.NET client library for the Zoom.us REST API v2
@joshrogers-pg Can you help investigating this situation? You submitted a PR back in January to add the ability to retrieve a phone call user profile and you even included a...
PR #342 submitted by @pvgritsenko-ansible solves the "out of memory" problem when downloading large files, but the downside is that we lose some of the functionality built-in our library whenever...
- Methods that use "page number" and "page count" for pagination - Obsolete since August 2020 - There are 17 methods that use this old style pagination - These methods...
Add a client that allows issuing queries to Zoom's GraphQL endpoint. This client should hide the authentication details from the developer to simply the process. Similar to the ZoomClient, this...
Got the List Rooms and List Locations API endpoints working
If you want to make a meeting and have zoom pick a password you need to send this param. I've tested it and get back passwords in the JoinUrl. https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/meetingCreate
I recently reviewed the documentation for [retrieving a Meeting](https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/meeting) and noticed several fields that were added to the API over the years but the ZoomNet model class has not been...
Add the tracking fields resource - [ ] Create a tracking field - [ ] Delete a tracking field - [ ] Get a tracking field - [ ] List...
When creating a meeting there are 3 security options, and you must pick at least one. If you use the API to create a meeting these security options don't match...
As I understand it, there are three ways to invite someone: - [x] Send them an email - [ ] Call them by phone - [ ] Invite them by...