Name | Type | Description | Notes |
---|---|---|---|
agenda | string | Meeting description. | [optional] |
duration | int | Meeting duration (minutes). Used for scheduled meetings only. | [optional] |
password | string | Meeting passcode. Passcode may only contain the following characters: [a-z A-Z 0-9 @ - _ *] and can have a maximum of 10 characters. Note: If the account owner or the admin has configured minimum passcode requirement settings, the passcode value provided here must meet those requirements. <br><br>If the requirements are enabled, you can view those requirements by calling either the Get user settings API or the Get account settings API. | [optional] |
pre_schedule | bool | Whether to create a prescheduled meeting via the GSuite app. This only supports the meeting `type` value of `2` (scheduled meetings) and `3` (recurring meetings with no fixed time): * `true` — Create a prescheduled meeting. * `false` — Create a regular meeting. | [optional] [default to false] |
recurrence | \Zoom\Api\Model\Recurrence | [optional] | |
settings | \Zoom\Api\Model\SessionUpdateSettings | [optional] | |
start_time | \DateTime | Meeting start time. When using a format like "yyyy-MM-dd'T'HH:mm:ss'Z'", always use GMT time. When using a format like "yyyy-MM-dd'T'HH:mm:ss", you should use local time and specify the time zone. Only used for scheduled meetings and recurring meetings with a fixed time. | [optional] |
template_id | string | Unique identifier of the meeting template. Use this field if you would like to schedule the meeting from a meeting template. You can retrieve the value of this field by calling the List meeting templates API. | [optional] |
timezone | string | Time zone to format start_time. For example, "America/Los_Angeles". For scheduled meetings only. Please reference our time zone list for supported time zones and their formats. | [optional] |
topic | string | Meeting topic. | [optional] |
tracking_fields | \Zoom\Api\Model\SessionUpdateTrackingFieldsInner[] | Tracking fields | [optional] |
type | int | Meeting Types:<br>`1` - Instant meeting.<br>`2` - Scheduled meeting.<br>`3` - Recurring meeting with no fixed time.<br>`8` - Recurring meeting with a fixed time. | [optional] [default to self::TYPE_2] |