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
"Get all recordings of a meeting. [See the documentation](https://developers.zoom.us/docs/api/meetings/#tag/cloud-recording/GET/meetings/{meetingId}/recordings)",
9
8
key: "zoom_admin-get-meeting-recordings",
10
-
version: "0.0.1",
9
+
version: "0.0.2",
11
10
type: "action",
12
11
props: {
13
12
zoomAdmin,
@@ -23,16 +22,26 @@ export default {
23
22
description: "Whether to include the download access token in the response",
24
23
optional: true,
25
24
},
25
+
ttl: {
26
+
type: "integer",
27
+
label: "TTL (seconds)",
28
+
description: "Time to live (TTL) of the download_access_token in seconds. Range: 0-604800 (7 days). Only valid when Download Access Token is enabled.",
0 commit comments