NetQuarry.Services.Zoom Namespace |
Class | Description | |
---|---|---|
![]() | Error |
Possible errors thrown by Zoom. HTTP status codes:
|
![]() | ErrorInvalidField |
Invalid field information.
|
![]() | Meeting |
Meeting info model. This object is used for various purposes and some fields vary depending on use.
|
![]() | MeetingOccurenceInfo |
Occurence of the meeting.
|
![]() | MeetingRecurrenceInfo |
Meeting recurrence information, if applicable. Comprises part of the Zoom Meeting.
|
![]() | MeetingSettingsInfo |
Meeting settings information model comprising part of the Zoom Meeting.
|
![]() | MeetingSettingsInfomeeting_audio |
How participants can join the audio portion of the meeting.
|
![]() | MeetingSettingsInfomeeting_auto_recording |
Auto recording setting options. Uses MeetingSettingsInfomeeting_auto_recording. |
![]() | MeetingParticipant |
A meeting participant, typically available only on past meetings and during participant-related webhook events.
Use RetrievePastMeetingParticipants(String) to obtain the list of participants for a past meeting.
|
![]() | User |
User info model. Not all properties will be used for all APIs.
|
![]() | ValidationHelpers |
Helper functions for validating fields/classes.
|
![]() | ZoomException |
Wrapper for errors if Zoom gives an error object.
|
![]() | ZoomMeetingEventArgs |
The event args for the ZoomMeetingWebhook event.
See ZoomMeetingWebhook(IAppContext, ZoomMeetingEventArgs) for more information.
|
Interface | Description | |
---|---|---|
![]() | IZoom |
Zoom interface for scheduling meetings.
Links to Zoom documentation: |
Enumeration | Description | |
---|---|---|
![]() | Meetingmeeting_type |
Types of meetings.
|
![]() | MeetingRecurrenceInforecurrence_monthly_week |
Week of the month.
|
![]() | MeetingRecurrenceInforecurrence_type |
Types of recurrence meetings
|
![]() | MeetingRecurrenceInfoweek_days |
Days of week.
|
![]() | MeetingScheduleType |
The meeting schedule type, primarly for use with RetrieveUserMeetings(String, MeetingScheduleType, Int32, Int32).
|
![]() | MeetingSettingsInfomeeting_approval_types |
Approval types.
|
![]() | MeetingSettingsInfomeeting_registration_type |
Registration type.
|
![]() | Useruser_type | |
![]() | ZoomUserOptions |
Options used with CreateUser(User, ZoomUserOptions) and UpdateUser(User, ZoomUserOptions).
|