Meeting Class |
Namespace: NetQuarry.Services.Zoom
The Meeting type exposes the following members.
Name | Description | |
---|---|---|
agenda |
Meeting description.
| |
duration |
Meeting duration (minutes).
Used for scheduled meetings only.
For past meetings this will the actual duration, otherwise the scheduled start time. However, for consistency
it is probably better to use total_minutes to obtain duration for past meetings.
| |
end_time |
The meeting UTC end time.
For past meetings obtained via RetrievePastMeeting(String) this will the actual end time of the meeting,
otherwise null.
For past meetings start_time will be the actual start time of the meeting.
| |
h323_password |
H.323/SIP room system password.
| |
host_id |
ID of the user set as host of meeting.
| |
id |
Meeting ID, also known as meeting number.
| |
join_url |
Meeting join url. Used by non-host attendees to join the meeting.
| |
Occurrences |
Array of occurrence objects. Don't need to set. Add to if needed. If count is 0, list will be ignored. | |
participant |
The meeting participant.
The value will be null except as part of the meeting.participant_joined or meeting.participant_left webhook event in
which case it will hold the participant information for the triggering participant.
| |
participants_count |
The number of meeting participants in the actual meeting.
Applies to past meetings only. For other meetings this value will be zero.
| |
password |
Password to join the meeting. Password may only contain the following characters: [a-z A-Z 0-9 @ - _ *]. Max of 10 characters. | |
Recurrence |
Recurrence meeting info. Don't need to set. Use the properties if needed. If "type" property is null, object will be ignored. | |
Settings |
Meeting settings info.
| |
start_time |
The meeting UTC start time.
Only used for scheduled meetings and recurring meetings with fixed time.
For past meetings obtained via RetrievePastMeeting(String) this will the actual start time of the meeting,
otherwise the scheduled start time. For past meetings, see end_time for the actual end time.
| |
start_url |
Meeting start url. Used by host to start the meeting.
| |
timezone |
Timezone to format start_time. For example, “America/Los_Angeles”. For scheduled meetings only. Please reference Zoom's timezone list for supported timezones and their formats. | |
topic |
Meeting topic (subject).
| |
total_minutes | ||
type | ||
user_email |
The email of the Zoom user associated with the meeting.
Applies to past meetings only.
| |
user_name |
The user name of the Zoom user associated with the meeting.
Applies to past meetings only.
| |
uuid |
Meeting unique ID.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |