You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/zoom-api-js/src/meeting/components.ts
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1008,6 +1008,8 @@ export type GetArchivedFilesVariables = {
1008
1008
/**
1009
1009
* Return a specific meeting instance's [archived files](https://support.zoom.us/hc/en-us/articles/360050431572-Archiving-indicators).
1010
1010
*
1011
+
* See [Archived JSON schemas](/docs/api/references/archived-json-schema/) for in-meeting chat message and subgroup archiving activity JSON schemas.
1012
+
*
1011
1013
* **Prerequisites:**
1012
1014
* * The [**Meeting and Webinar Archiving** feature](https://support.zoom.us/hc/en-us/articles/4405656451213--Archiving-for-meetings-and-webinars) enabled for your account by [Zoom Support](https://support.zoom.us/hc/en-us/articles/201362003).
1013
1015
*
@@ -16149,9 +16151,10 @@ export type MeetingCreateRequestBody = {
16149
16151
};
16150
16152
/**
16151
16153
* The meeting's start time. This field is only used for scheduled or recurring meetings with a fixed time. This supports local time and GMT formats.
16152
-
* * To set a meeting's start time in GMT, use the `yyyy-MM-ddTHH:mm:ssZ` date-time format. For example, `2020-03-31T12:02:00Z`.
16154
+
* * To set a meeting's start time in GMT, use the `yyyy-MM-ddTHH:mm:ssZ` date-time format, such as `2020-03-31T12:02:00Z`.
16153
16155
* * To set a meeting's start time using a specific timezone, use the `yyyy-MM-ddTHH:mm:ss` date-time format and specify the [timezone ID](/docs/api/references/abbreviations/#timezones) in the `timezone` field. If you do not specify a timezone, the `timezone` value defaults to your Zoom account's timezone. You can also use `UTC` for the `timezone` value.
16154
-
* **Note:** If no `start_time` is set for a scheduled meeting, the `start_time` is set at the current time and the meeting type changes to an instant meeting, which expires after 30 days.
16156
+
*
16157
+
* **Note:** If `start_time` is not specified or is set to a past value, it defaults to the current time.
16155
16158
*
16156
16159
* @format date-time
16157
16160
* @example 2022-03-25T07:32:55Z
@@ -16229,7 +16232,7 @@ export type MeetingCreateVariables = {
0 commit comments