zaccl 3.0.18 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/ECatCloudRecording.js.html +64 -26
- package/docs/ECatGroup.js.html +207 -0
- package/docs/ECatMeeting.js.html +76 -11
- package/docs/ECatUser.js.html +7 -10
- package/docs/ECatWebinar.js.html +6 -5
- package/docs/api.cloudRecording.html +328 -50
- package/docs/api.group.html +367 -0
- package/docs/api.meeting.html +437 -15
- package/docs/api.user.html +10 -10
- package/docs/api.webinar.html +5 -5
- package/docs/index.html +1 -1
- package/lib/endpoints/ECatCloudRecording.d.ts +29 -8
- package/lib/endpoints/ECatCloudRecording.js +63 -25
- package/lib/endpoints/ECatCloudRecording.js.map +1 -1
- package/lib/endpoints/ECatGroup.d.ts +39 -0
- package/lib/endpoints/ECatGroup.js +142 -0
- package/lib/endpoints/ECatGroup.js.map +1 -0
- package/lib/endpoints/ECatMeeting.d.ts +40 -10
- package/lib/endpoints/ECatMeeting.js +75 -10
- package/lib/endpoints/ECatMeeting.js.map +1 -1
- package/lib/endpoints/ECatUser.d.ts +5 -5
- package/lib/endpoints/ECatUser.js +6 -9
- package/lib/endpoints/ECatUser.js.map +1 -1
- package/lib/endpoints/ECatWebinar.d.ts +4 -4
- package/lib/endpoints/ECatWebinar.js +5 -4
- package/lib/endpoints/ECatWebinar.js.map +1 -1
- package/lib/index.d.ts +22 -0
- package/lib/index.js +19 -0
- package/lib/index.js.map +1 -1
- package/lib/shared/helpers/genVisitEndpoint.js +60 -17
- package/lib/shared/helpers/genVisitEndpoint.js.map +1 -1
- package/lib/shared/types/VisitEndpointFunc.d.ts +2 -1
- package/lib/types/ZoomAPI.d.ts +2 -0
- package/lib/types/ZoomAPI.js.map +1 -1
- package/lib/types/ZoomGroup.d.ts +10 -0
- package/lib/types/ZoomGroup.js +3 -0
- package/lib/types/ZoomGroup.js.map +1 -0
- package/lib/types/ZoomGroupMember.d.ts +12 -0
- package/lib/types/ZoomGroupMember.js +3 -0
- package/lib/types/ZoomGroupMember.js.map +1 -0
- package/lib/types/ZoomMeetingTranscript.d.ts +17 -0
- package/lib/types/ZoomMeetingTranscript.js +3 -0
- package/lib/types/ZoomMeetingTranscript.js.map +1 -0
- package/lib/types/ZoomPastMeetingDetails.d.ts +22 -0
- package/lib/types/ZoomPastMeetingDetails.js +3 -0
- package/lib/types/ZoomPastMeetingDetails.js.map +1 -0
- package/lib/types/ZoomPastMeetingParticipant.d.ts +18 -0
- package/lib/types/ZoomPastMeetingParticipant.js +3 -0
- package/lib/types/ZoomPastMeetingParticipant.js.map +1 -0
- package/lib/types/ZoomRecordingInAccount.d.ts +22 -0
- package/lib/types/ZoomRecordingInAccount.js +3 -0
- package/lib/types/ZoomRecordingInAccount.js.map +1 -0
- package/package.json +2 -2
- package/src/endpoints/ECatCloudRecording.ts +74 -29
- package/src/endpoints/ECatGroup.ts +89 -0
- package/src/endpoints/ECatMeeting.ts +81 -10
- package/src/endpoints/ECatUser.ts +6 -9
- package/src/endpoints/ECatWebinar.ts +5 -4
- package/src/index.ts +53 -0
- package/src/shared/helpers/genVisitEndpoint.ts +123 -79
- package/src/shared/types/VisitEndpointFunc.ts +4 -2
- package/src/types/ZoomAPI.ts +2 -0
- package/src/types/ZoomGroup.ts +14 -0
- package/src/types/ZoomGroupMember.ts +20 -0
- package/src/types/ZoomMeetingTranscript.ts +28 -0
- package/src/types/ZoomPastMeetingDetails.ts +38 -0
- package/src/types/ZoomPastMeetingParticipant.ts +30 -0
- package/src/types/ZoomRecordingInAccount.ts +38 -0
package/docs/ECatWebinar.js.html
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
<nav style="border-right: 2px solid #ccc; padding-bottom: 25px;" >
|
|
29
29
|
|
|
30
|
-
<h2><a style="font-size: 30px;" href="index.html">ZACCL API</a></h2><h3>Endpoint Functions</h3><ul><li><a href="api.cloudRecording.html">api.cloudRecording</a><ul class='methods'><li data-type='method'><a href="api.cloudRecording.html#listMeetingRecordings">listMeetingRecordings</a></li><li data-type='method'><a href="api.cloudRecording.html#listUserRecordings">listUserRecordings</a></li></ul></li><li><a href="api.meeting.html">api.meeting</a><ul class='methods'><li data-type='method'><a href="api.meeting.html#addAltHost">addAltHost</a></li><li data-type='method'><a href="api.meeting.html#create">create</a></li><li data-type='method'><a href="api.meeting.html#delete">delete</a></li><li data-type='method'><a href="api.meeting.html#get">get</a></li><li data-type='method'><a href="api.meeting.html#getPastMeetingDetails">getPastMeetingDetails</a></li><li data-type='method'><a href="api.meeting.html#getPollInfo">getPollInfo</a></li><li data-type='method'><a href="api.meeting.html#listPastInstances">listPastInstances</a></li><li data-type='method'><a href="api.meeting.html#listPastPollOccurrences">listPastPollOccurrences</a></li><li data-type='method'><a href="api.meeting.html#update">update</a></li></ul></li><li><a href="api.user.html">api.user</a><ul class='methods'><li data-type='method'><a href="api.user.html#activate">activate</a></li><li data-type='method'><a href="api.user.html#addWebinarLicense">addWebinarLicense</a></li><li data-type='method'><a href="api.user.html#get">get</a></li><li data-type='method'><a href="api.user.html#getZAKToken">getZAKToken</a></li><li data-type='method'><a href="api.user.html#promoteToLicensed">promoteToLicensed</a></li></ul></li><li><a href="api.webinar.html">api.webinar</a><ul class='methods'><li data-type='method'><a href="api.webinar.html#addPanelist">addPanelist</a></li><li data-type='method'><a href="api.webinar.html#create">create</a></li><li data-type='method'><a href="api.webinar.html#get">get</a></li><li data-type='method'><a href="api.webinar.html#listPanelists">listPanelists</a></li></ul></li></ul>
|
|
30
|
+
<h2><a style="font-size: 30px;" href="index.html">ZACCL API</a></h2><h3>Endpoint Functions</h3><ul><li><a href="api.cloudRecording.html">api.cloudRecording</a><ul class='methods'><li data-type='method'><a href="api.cloudRecording.html#listAccountRecordings">listAccountRecordings</a></li><li data-type='method'><a href="api.cloudRecording.html#listMeetingRecordings">listMeetingRecordings</a></li><li data-type='method'><a href="api.cloudRecording.html#listUserRecordings">listUserRecordings</a></li></ul></li><li><a href="api.group.html">api.group</a><ul class='methods'><li data-type='method'><a href="api.group.html#listGroupMembers">listGroupMembers</a></li></ul></li><li><a href="api.meeting.html">api.meeting</a><ul class='methods'><li data-type='method'><a href="api.meeting.html#addAltHost">addAltHost</a></li><li data-type='method'><a href="api.meeting.html#create">create</a></li><li data-type='method'><a href="api.meeting.html#delete">delete</a></li><li data-type='method'><a href="api.meeting.html#get">get</a></li><li data-type='method'><a href="api.meeting.html#getPastMeetingDetails">getPastMeetingDetails</a></li><li data-type='method'><a href="api.meeting.html#getPollInfo">getPollInfo</a></li><li data-type='method'><a href="api.meeting.html#getTranscript">getTranscript</a></li><li data-type='method'><a href="api.meeting.html#listPastInstances">listPastInstances</a></li><li data-type='method'><a href="api.meeting.html#listPastMeetingParticipants">listPastMeetingParticipants</a></li><li data-type='method'><a href="api.meeting.html#listPastPollOccurrences">listPastPollOccurrences</a></li><li data-type='method'><a href="api.meeting.html#update">update</a></li></ul></li><li><a href="api.user.html">api.user</a><ul class='methods'><li data-type='method'><a href="api.user.html#activate">activate</a></li><li data-type='method'><a href="api.user.html#addWebinarLicense">addWebinarLicense</a></li><li data-type='method'><a href="api.user.html#get">get</a></li><li data-type='method'><a href="api.user.html#getZAKToken">getZAKToken</a></li><li data-type='method'><a href="api.user.html#promoteToLicensed">promoteToLicensed</a></li></ul></li><li><a href="api.webinar.html">api.webinar</a><ul class='methods'><li data-type='method'><a href="api.webinar.html#addPanelist">addPanelist</a></li><li data-type='method'><a href="api.webinar.html#create">create</a></li><li data-type='method'><a href="api.webinar.html#get">get</a></li><li data-type='method'><a href="api.webinar.html#listPanelists">listPanelists</a></li></ul></li></ul>
|
|
31
31
|
</nav>
|
|
32
32
|
|
|
33
33
|
<div id="main">
|
|
@@ -108,7 +108,7 @@ var ECatWebinar = /** @class */ (function (_super) {
|
|
|
108
108
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
|
-
* Get info on a Webinar
|
|
111
|
+
* Get info on a Webinar (Light)
|
|
112
112
|
* @author Gabe Abrams
|
|
113
113
|
* @instance
|
|
114
114
|
* @memberof api.webinar
|
|
@@ -151,7 +151,7 @@ var ECatWebinar = /** @class */ (function (_super) {
|
|
|
151
151
|
});
|
|
152
152
|
};
|
|
153
153
|
/**
|
|
154
|
-
* Create a webinar
|
|
154
|
+
* Create a webinar (Light)
|
|
155
155
|
* @author Gabe Abrams
|
|
156
156
|
* @instance
|
|
157
157
|
* @memberof api.webinar
|
|
@@ -186,7 +186,7 @@ var ECatWebinar = /** @class */ (function (_super) {
|
|
|
186
186
|
});
|
|
187
187
|
};
|
|
188
188
|
/**
|
|
189
|
-
* Add one panelist if not already in the list
|
|
189
|
+
* Add one panelist if not already in the list (Medium)
|
|
190
190
|
* @author Gabe Abrams
|
|
191
191
|
* @instance
|
|
192
192
|
* @memberof api.webinar
|
|
@@ -226,7 +226,7 @@ var ECatWebinar = /** @class */ (function (_super) {
|
|
|
226
226
|
});
|
|
227
227
|
};
|
|
228
228
|
/**
|
|
229
|
-
* Get a list of panelists for a webinar
|
|
229
|
+
* Get a list of panelists for a webinar (Medium)
|
|
230
230
|
* @author Gabe Abrams
|
|
231
231
|
* @instance
|
|
232
232
|
* @memberof api.webinar
|
|
@@ -253,6 +253,7 @@ var ECatWebinar = /** @class */ (function (_super) {
|
|
|
253
253
|
3001: "Webinar ".concat(opts.webinarId, " could not be found or has expired"),
|
|
254
254
|
},
|
|
255
255
|
},
|
|
256
|
+
itemKey: 'panelists',
|
|
256
257
|
})];
|
|
257
258
|
case 1:
|
|
258
259
|
response = _a.sent();
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
<nav style="border-right: 2px solid #ccc; padding-bottom: 25px;" >
|
|
29
29
|
|
|
30
|
-
<h2><a style="font-size: 30px;" href="index.html">ZACCL API</a></h2><h3>Endpoint Functions</h3><ul><li><a href="api.cloudRecording.html">api.cloudRecording</a><ul class='methods'><li data-type='method'><a href="api.cloudRecording.html#listMeetingRecordings">listMeetingRecordings</a></li><li data-type='method'><a href="api.cloudRecording.html#listUserRecordings">listUserRecordings</a></li></ul></li><li><a href="api.meeting.html">api.meeting</a><ul class='methods'><li data-type='method'><a href="api.meeting.html#addAltHost">addAltHost</a></li><li data-type='method'><a href="api.meeting.html#create">create</a></li><li data-type='method'><a href="api.meeting.html#delete">delete</a></li><li data-type='method'><a href="api.meeting.html#get">get</a></li><li data-type='method'><a href="api.meeting.html#getPastMeetingDetails">getPastMeetingDetails</a></li><li data-type='method'><a href="api.meeting.html#getPollInfo">getPollInfo</a></li><li data-type='method'><a href="api.meeting.html#listPastInstances">listPastInstances</a></li><li data-type='method'><a href="api.meeting.html#listPastPollOccurrences">listPastPollOccurrences</a></li><li data-type='method'><a href="api.meeting.html#update">update</a></li></ul></li><li><a href="api.user.html">api.user</a><ul class='methods'><li data-type='method'><a href="api.user.html#activate">activate</a></li><li data-type='method'><a href="api.user.html#addWebinarLicense">addWebinarLicense</a></li><li data-type='method'><a href="api.user.html#get">get</a></li><li data-type='method'><a href="api.user.html#getZAKToken">getZAKToken</a></li><li data-type='method'><a href="api.user.html#promoteToLicensed">promoteToLicensed</a></li></ul></li><li><a href="api.webinar.html">api.webinar</a><ul class='methods'><li data-type='method'><a href="api.webinar.html#addPanelist">addPanelist</a></li><li data-type='method'><a href="api.webinar.html#create">create</a></li><li data-type='method'><a href="api.webinar.html#get">get</a></li><li data-type='method'><a href="api.webinar.html#listPanelists">listPanelists</a></li></ul></li></ul>
|
|
30
|
+
<h2><a style="font-size: 30px;" href="index.html">ZACCL API</a></h2><h3>Endpoint Functions</h3><ul><li><a href="api.cloudRecording.html">api.cloudRecording</a><ul class='methods'><li data-type='method'><a href="api.cloudRecording.html#listAccountRecordings">listAccountRecordings</a></li><li data-type='method'><a href="api.cloudRecording.html#listMeetingRecordings">listMeetingRecordings</a></li><li data-type='method'><a href="api.cloudRecording.html#listUserRecordings">listUserRecordings</a></li></ul></li><li><a href="api.group.html">api.group</a><ul class='methods'><li data-type='method'><a href="api.group.html#listGroupMembers">listGroupMembers</a></li></ul></li><li><a href="api.meeting.html">api.meeting</a><ul class='methods'><li data-type='method'><a href="api.meeting.html#addAltHost">addAltHost</a></li><li data-type='method'><a href="api.meeting.html#create">create</a></li><li data-type='method'><a href="api.meeting.html#delete">delete</a></li><li data-type='method'><a href="api.meeting.html#get">get</a></li><li data-type='method'><a href="api.meeting.html#getPastMeetingDetails">getPastMeetingDetails</a></li><li data-type='method'><a href="api.meeting.html#getPollInfo">getPollInfo</a></li><li data-type='method'><a href="api.meeting.html#getTranscript">getTranscript</a></li><li data-type='method'><a href="api.meeting.html#listPastInstances">listPastInstances</a></li><li data-type='method'><a href="api.meeting.html#listPastMeetingParticipants">listPastMeetingParticipants</a></li><li data-type='method'><a href="api.meeting.html#listPastPollOccurrences">listPastPollOccurrences</a></li><li data-type='method'><a href="api.meeting.html#update">update</a></li></ul></li><li><a href="api.user.html">api.user</a><ul class='methods'><li data-type='method'><a href="api.user.html#activate">activate</a></li><li data-type='method'><a href="api.user.html#addWebinarLicense">addWebinarLicense</a></li><li data-type='method'><a href="api.user.html#get">get</a></li><li data-type='method'><a href="api.user.html#getZAKToken">getZAKToken</a></li><li data-type='method'><a href="api.user.html#promoteToLicensed">promoteToLicensed</a></li></ul></li><li><a href="api.webinar.html">api.webinar</a><ul class='methods'><li data-type='method'><a href="api.webinar.html#addPanelist">addPanelist</a></li><li data-type='method'><a href="api.webinar.html#create">create</a></li><li data-type='method'><a href="api.webinar.html#get">get</a></li><li data-type='method'><a href="api.webinar.html#listPanelists">listPanelists</a></li></ul></li></ul>
|
|
31
31
|
</nav>
|
|
32
32
|
|
|
33
33
|
<div id="main">
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
|
|
140
|
-
<h4 class="name" id="
|
|
140
|
+
<h4 class="name" id="listAccountRecordings"><span class="type-signature"></span>listAccountRecordings<span class="signature">(opts)</span><span class="type-signature"></span></h4>
|
|
141
141
|
|
|
142
142
|
|
|
143
143
|
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
<dt class="tag-author">Author:</dt>
|
|
174
174
|
<dd class="tag-author">
|
|
175
175
|
<ul>
|
|
176
|
-
<li>
|
|
176
|
+
<li>Gabe Abrams</li>
|
|
177
177
|
</ul>
|
|
178
178
|
</dd>
|
|
179
179
|
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
<div class="description usertext">
|
|
199
|
-
|
|
199
|
+
List recordings in the account (Medium)
|
|
200
200
|
</div>
|
|
201
201
|
|
|
202
202
|
|
|
@@ -259,6 +259,8 @@
|
|
|
259
259
|
<th>Type</th>
|
|
260
260
|
|
|
261
261
|
|
|
262
|
+
<th>Attributes</th>
|
|
263
|
+
|
|
262
264
|
|
|
263
265
|
|
|
264
266
|
|
|
@@ -271,7 +273,7 @@
|
|
|
271
273
|
|
|
272
274
|
<tr>
|
|
273
275
|
|
|
274
|
-
<td class="name"><code>
|
|
276
|
+
<td class="name"><code>fromYear</code></td>
|
|
275
277
|
|
|
276
278
|
|
|
277
279
|
<td class="type">
|
|
@@ -279,17 +281,25 @@
|
|
|
279
281
|
</td>
|
|
280
282
|
|
|
281
283
|
|
|
284
|
+
<td class="attributes">
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
</td>
|
|
291
|
+
|
|
282
292
|
|
|
283
293
|
|
|
284
294
|
|
|
285
|
-
<td class="description last">the
|
|
295
|
+
<td class="description last">the start of the date range to list recordings for (e.g. 2026)</td>
|
|
286
296
|
</tr>
|
|
287
297
|
|
|
288
298
|
|
|
289
299
|
|
|
290
300
|
<tr>
|
|
291
301
|
|
|
292
|
-
<td class="name"><code>
|
|
302
|
+
<td class="name"><code>fromMonth</code></td>
|
|
293
303
|
|
|
294
304
|
|
|
295
305
|
<td class="type">
|
|
@@ -297,11 +307,104 @@
|
|
|
297
307
|
</td>
|
|
298
308
|
|
|
299
309
|
|
|
310
|
+
<td class="attributes">
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
</td>
|
|
317
|
+
|
|
300
318
|
|
|
301
319
|
|
|
302
320
|
|
|
303
|
-
<td class="description last">
|
|
304
|
-
|
|
321
|
+
<td class="description last">the month of the date range to list recordings for (1-12)</td>
|
|
322
|
+
</tr>
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
<tr>
|
|
327
|
+
|
|
328
|
+
<td class="name"><code>fromDay</code></td>
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
<td class="type">
|
|
332
|
+
|
|
333
|
+
</td>
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
<td class="attributes">
|
|
337
|
+
|
|
338
|
+
<optional><br>
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
</td>
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
<td class="description last">the day of the month of the date range to list recordings for (1-31, defaults to 1)</td>
|
|
350
|
+
</tr>
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
<tr>
|
|
355
|
+
|
|
356
|
+
<td class="name"><code>accountId</code></td>
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
<td class="type">
|
|
360
|
+
|
|
361
|
+
</td>
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
<td class="attributes">
|
|
365
|
+
|
|
366
|
+
<optional><br>
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
</td>
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
<td class="description last">the account ID of the account of interest (defaults to the account
|
|
378
|
+
associated with the current access)</td>
|
|
379
|
+
</tr>
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
<tr>
|
|
384
|
+
|
|
385
|
+
<td class="name"><code>onNewPage</code></td>
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
<td class="type">
|
|
389
|
+
|
|
390
|
+
</td>
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
<td class="attributes">
|
|
394
|
+
|
|
395
|
+
<optional><br>
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
</td>
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
<td class="description last">callback function that is called when a new page of results is received.
|
|
407
|
+
The function is passed the new page of results as an argument.</td>
|
|
305
408
|
</tr>
|
|
306
409
|
|
|
307
410
|
|
|
@@ -334,7 +437,7 @@
|
|
|
334
437
|
|
|
335
438
|
|
|
336
439
|
<div class="param-desc">
|
|
337
|
-
list of
|
|
440
|
+
the list of recordings in the account
|
|
338
441
|
</div>
|
|
339
442
|
|
|
340
443
|
|
|
@@ -348,7 +451,7 @@
|
|
|
348
451
|
|
|
349
452
|
|
|
350
453
|
|
|
351
|
-
<h4 class="name" id="
|
|
454
|
+
<h4 class="name" id="listMeetingRecordings"><span class="type-signature"></span>listMeetingRecordings<span class="signature">(opts)</span><span class="type-signature"></span></h4>
|
|
352
455
|
|
|
353
456
|
|
|
354
457
|
|
|
@@ -360,7 +463,7 @@
|
|
|
360
463
|
|
|
361
464
|
<dt class="tag-source">Source:</dt>
|
|
362
465
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
363
|
-
<a href="ECatCloudRecording.js.html">ECatCloudRecording.js</a>, <a href="ECatCloudRecording.js.html#
|
|
466
|
+
<a href="ECatCloudRecording.js.html">ECatCloudRecording.js</a>, <a href="ECatCloudRecording.js.html#line130">line 130</a>
|
|
364
467
|
</li></ul></dd>
|
|
365
468
|
|
|
366
469
|
|
|
@@ -407,7 +510,7 @@
|
|
|
407
510
|
|
|
408
511
|
|
|
409
512
|
<div class="description usertext">
|
|
410
|
-
|
|
513
|
+
Get all recordings of a meeting (Light)
|
|
411
514
|
</div>
|
|
412
515
|
|
|
413
516
|
|
|
@@ -470,12 +573,8 @@
|
|
|
470
573
|
<th>Type</th>
|
|
471
574
|
|
|
472
575
|
|
|
473
|
-
<th>Attributes</th>
|
|
474
|
-
|
|
475
576
|
|
|
476
577
|
|
|
477
|
-
<th>Default</th>
|
|
478
|
-
|
|
479
578
|
|
|
480
579
|
<th class="last">Description</th>
|
|
481
580
|
</tr>
|
|
@@ -486,7 +585,7 @@
|
|
|
486
585
|
|
|
487
586
|
<tr>
|
|
488
587
|
|
|
489
|
-
<td class="name"><code>
|
|
588
|
+
<td class="name"><code>meetingId</code></td>
|
|
490
589
|
|
|
491
590
|
|
|
492
591
|
<td class="type">
|
|
@@ -494,29 +593,173 @@
|
|
|
494
593
|
</td>
|
|
495
594
|
|
|
496
595
|
|
|
497
|
-
<td class="attributes">
|
|
498
|
-
|
|
499
596
|
|
|
500
|
-
|
|
597
|
+
|
|
501
598
|
|
|
502
|
-
|
|
503
|
-
|
|
599
|
+
<td class="description last">the Zoom meeting ID or UUID</td>
|
|
600
|
+
</tr>
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
<tr>
|
|
605
|
+
|
|
606
|
+
<td class="name"><code>includeDownloadAccessToken</code></td>
|
|
504
607
|
|
|
505
608
|
|
|
609
|
+
<td class="type">
|
|
506
610
|
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
</td>
|
|
611
|
+
</td>
|
|
612
|
+
|
|
510
613
|
|
|
511
614
|
|
|
512
|
-
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
<td class="description last">if true, the response will include a download_access_token
|
|
618
|
+
that can be used to download the recording files</td>
|
|
619
|
+
</tr>
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
</tbody>
|
|
623
|
+
</table>
|
|
624
|
+
|
|
625
|
+
</td>
|
|
513
626
|
</tr>
|
|
514
627
|
|
|
515
628
|
|
|
629
|
+
</tbody>
|
|
630
|
+
</table>
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
<h5>Returns:</h5>
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
<div class="param-desc">
|
|
651
|
+
list of Zoom meeting recording objects <a href="https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/recordingget#responses">https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/recordingget#responses</a>
|
|
652
|
+
</div>
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
<h4 class="name" id="listUserRecordings"><span class="type-signature"></span>listUserRecordings<span class="signature">(opts)</span><span class="type-signature"></span></h4>
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
<dl class="details">
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
<dt class="tag-source">Source:</dt>
|
|
676
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
677
|
+
<a href="ECatCloudRecording.js.html">ECatCloudRecording.js</a>, <a href="ECatCloudRecording.js.html#line177">line 177</a>
|
|
678
|
+
</li></ul></dd>
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
<dt class="tag-author">Author:</dt>
|
|
699
|
+
<dd class="tag-author">
|
|
700
|
+
<ul>
|
|
701
|
+
<li>Aryan Pandey</li>
|
|
702
|
+
</ul>
|
|
703
|
+
</dd>
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
</dl>
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
<div class="description usertext">
|
|
724
|
+
List all cloud recordings of a user (Medium)
|
|
725
|
+
</div>
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
<h5>Parameters:</h5>
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
<table class="params">
|
|
741
|
+
<thead>
|
|
742
|
+
<tr>
|
|
743
|
+
|
|
744
|
+
<th>Name</th>
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
<th>Type</th>
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
<th class="last">Description</th>
|
|
754
|
+
</tr>
|
|
755
|
+
</thead>
|
|
756
|
+
|
|
757
|
+
<tbody>
|
|
758
|
+
|
|
516
759
|
|
|
517
760
|
<tr>
|
|
518
761
|
|
|
519
|
-
<td class="name"><code>
|
|
762
|
+
<td class="name"><code>opts</code></td>
|
|
520
763
|
|
|
521
764
|
|
|
522
765
|
<td class="type">
|
|
@@ -524,34 +767,40 @@
|
|
|
524
767
|
</td>
|
|
525
768
|
|
|
526
769
|
|
|
527
|
-
<td class="attributes">
|
|
528
|
-
|
|
529
|
-
<optional><br>
|
|
530
|
-
|
|
531
770
|
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
</td>
|
|
536
771
|
|
|
537
772
|
|
|
538
|
-
|
|
539
|
-
<
|
|
540
|
-
|
|
541
|
-
<code>300</code>
|
|
773
|
+
<td class="description last">object containing all arguments
|
|
774
|
+
<h6>Properties</h6>
|
|
542
775
|
|
|
543
|
-
</td>
|
|
544
|
-
|
|
545
776
|
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
777
|
+
<table class="params">
|
|
778
|
+
<thead>
|
|
779
|
+
<tr>
|
|
780
|
+
|
|
781
|
+
<th>Name</th>
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
<th>Type</th>
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
<th>Attributes</th>
|
|
788
|
+
|
|
549
789
|
|
|
790
|
+
|
|
791
|
+
<th>Default</th>
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
<th class="last">Description</th>
|
|
795
|
+
</tr>
|
|
796
|
+
</thead>
|
|
797
|
+
|
|
798
|
+
<tbody>
|
|
550
799
|
|
|
551
800
|
|
|
552
801
|
<tr>
|
|
553
802
|
|
|
554
|
-
<td class="name"><code>
|
|
803
|
+
<td class="name"><code>userId</code></td>
|
|
555
804
|
|
|
556
805
|
|
|
557
806
|
<td class="type">
|
|
@@ -561,8 +810,6 @@
|
|
|
561
810
|
|
|
562
811
|
<td class="attributes">
|
|
563
812
|
|
|
564
|
-
<optional><br>
|
|
565
|
-
|
|
566
813
|
|
|
567
814
|
|
|
568
815
|
|
|
@@ -576,8 +823,7 @@
|
|
|
576
823
|
</td>
|
|
577
824
|
|
|
578
825
|
|
|
579
|
-
<td class="description last">
|
|
580
|
-
through large result sets</td>
|
|
826
|
+
<td class="description last">the user ID or email address of the user</td>
|
|
581
827
|
</tr>
|
|
582
828
|
|
|
583
829
|
|
|
@@ -687,6 +933,38 @@
|
|
|
687
933
|
</tr>
|
|
688
934
|
|
|
689
935
|
|
|
936
|
+
|
|
937
|
+
<tr>
|
|
938
|
+
|
|
939
|
+
<td class="name"><code>onNewPage</code></td>
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
<td class="type">
|
|
943
|
+
|
|
944
|
+
</td>
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
<td class="attributes">
|
|
948
|
+
|
|
949
|
+
<optional><br>
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
</td>
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
<td class="default">
|
|
960
|
+
|
|
961
|
+
</td>
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
<td class="description last">callback function that is called when a new page of results is received.</td>
|
|
965
|
+
</tr>
|
|
966
|
+
|
|
967
|
+
|
|
690
968
|
</tbody>
|
|
691
969
|
</table>
|
|
692
970
|
|