NetQuarry.Services.Zoom Namespace |
Class | Description | |
---|---|---|
![]() | Error |
Possible errors thrown by Zoom. HTTP status codes:
|
![]() | Error.InvalidField |
Invalid field information.
|
![]() | Meeting |
Meeting info model. This object is used for various purposes and some fields vary depending on use.
|
![]() | Meeting.OccurenceInfo |
Occurence of the meeting.
|
![]() | Meeting.RecurrenceInfo |
Meeting recurrence information, if applicable. Comprises part of the Zoom Meeting.
|
![]() | Meeting.SettingsInfo |
Meeting settings information model comprising part of the Zoom Meeting.
|
![]() | Meeting.SettingsInfo.meeting_audio |
How participants can join the audio portion of the meeting.
|
![]() | Meeting.SettingsInfo.meeting_auto_recording |
Auto recording setting options. Uses Meeting.SettingsInfo.meeting_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 | |
---|---|---|
![]() | Meeting.meeting_type |
Types of meetings.
|
![]() | Meeting.RecurrenceInfo.recurrence_monthly_week |
Week of the month.
|
![]() | Meeting.RecurrenceInfo.recurrence_type |
Types of recurrence meetings
|
![]() | Meeting.RecurrenceInfo.week_days |
Days of week.
|
![]() | Meeting.ScheduleType |
The meeting schedule type, primarly for use with RetrieveUserMeetings(String, Meeting.ScheduleType, Int32, Int32).
|
![]() | Meeting.SettingsInfo.meeting_approval_types |
Approval types.
|
![]() | Meeting.SettingsInfo.meeting_registration_type |
Registration type.
|
![]() | User.user_type | |
![]() | ZoomUserOptions |
Options used with CreateUser(User, ZoomUserOptions) and UpdateUser(User, ZoomUserOptions).
|