Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.64 KB

Session.md

File metadata and controls

19 lines (15 loc) · 1.64 KB

Session

Properties

Name Type Description Notes
topic string Meeting topic [optional]
type int Meeting Type [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 you will need to specify the time zone. Only used for scheduled meetings and recurring meetings with fixed time. [optional]
duration int Meeting duration (minutes). Used for scheduled meetings only [optional]
timezone string Timezone to format start_time. For example, "America/Los_Angeles". For scheduled meetings only. Please reference our timezone list for supported timezones and their formats. [optional]
password string Password to join the meeting. Password may only contain the following characters: [a-z A-Z 0-9 @ - _ *]. Max of 10 characters. [optional]
agenda string Meeting description [optional]
tracking_fields \Swagger\Client\Model\MeetingInfoTrackingFields[] Tracking fields [optional]
recurrence \Swagger\Client\Model\Recurrence [optional]
settings \Swagger\Client\Model\MeetingSettings [optional]

[Back to Model list] [Back to API list] [Back to README]