Name | Type | Description | Notes |
---|---|---|---|
agenda | string | Webinar description. | [optional] |
duration | int | Webinar duration (minutes). Used for scheduled webinars only. | [optional] |
password | string | Webinar passcode. Passcode may only contain the following characters: [a-z A-Z 0-9 @ - _ * !]. Max of 10 characters. If "Require a passcode when scheduling new meetings" setting has been enabled and locked for the user, the passcode field will be autogenerated for the Webinar in the response even if it is not provided in the API request. <br><br> 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 the Get account settings API. | [optional] |
recurrence | \Zoom\Api\Model\RecurrenceWebinar | [optional] | |
settings | \Zoom\Api\Model\CreateWebinarSettings | [optional] | |
start_time | \DateTime | Webinar start time. We support two formats for `start_time` - local time and GMT.<br> To set time as GMT the format should be `yyyy-MM-dd`T`HH:mm:ssZ`. To set time using a specific timezone, use `yyyy-MM-dd`T`HH:mm:ss` format and specify the timezone ID in the `timezone` field OR leave it blank and the timezone set on your Zoom account will be used. You can also set the time as UTC as the timezone field. The `start_time` should only be used for scheduled and / or recurring webinars with fixed time. | [optional] |
template_id | string | The webinar template ID with which to schedule a webinar using a webinar template. For a list of webinar templates, use the List webinar templates API. | [optional] |
timezone | string | Time zone to format start_time. For example, "America/Los_Angeles". For scheduled meetings only. Please reference our timezone list for supported time zones and their formats. | [optional] |
topic | string | Webinar topic. | [optional] |
tracking_fields | \Zoom\Api\Model\CreateWebinarTrackingFieldsInner[] | Tracking fields | [optional] |
type | int | Webinar Types:<br>`5` - Webinar.<br>`6` - Recurring webinar with no fixed time.<br>`9` - Recurring webinar with a fixed time. | [optional] [default to self::TYPE_5] |