zaccl 3.0.18 → 4.1.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 +69 -26
- package/docs/ECatGroup.js.html +213 -0
- package/docs/ECatMeeting.js.html +79 -11
- package/docs/ECatUser.js.html +7 -10
- package/docs/ECatWebinar.js.html +6 -5
- package/docs/api.cloudRecording.html +368 -28
- package/docs/api.group.html +396 -0
- package/docs/api.meeting.html +466 -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 +34 -8
- package/lib/endpoints/ECatCloudRecording.js +68 -25
- package/lib/endpoints/ECatCloudRecording.js.map +1 -1
- package/lib/endpoints/ECatGroup.d.ts +45 -0
- package/lib/endpoints/ECatGroup.js +148 -0
- package/lib/endpoints/ECatGroup.js.map +1 -0
- package/lib/endpoints/ECatMeeting.d.ts +43 -10
- package/lib/endpoints/ECatMeeting.js +78 -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 +154 -81
- package/lib/shared/helpers/genVisitEndpoint.js.map +1 -1
- package/lib/shared/types/VisitEndpointFunc.d.ts +3 -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 +83 -29
- package/src/endpoints/ECatGroup.ts +97 -0
- package/src/endpoints/ECatMeeting.ts +85 -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 +143 -77
- package/src/shared/types/VisitEndpointFunc.ts +6 -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
|
|
|
@@ -170,6 +170,349 @@
|
|
|
170
170
|
|
|
171
171
|
|
|
172
172
|
|
|
173
|
+
<dt class="tag-author">Author:</dt>
|
|
174
|
+
<dd class="tag-author">
|
|
175
|
+
<ul>
|
|
176
|
+
<li>Gabe Abrams</li>
|
|
177
|
+
</ul>
|
|
178
|
+
</dd>
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
</dl>
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
<div class="description usertext">
|
|
199
|
+
List recordings in the account (Medium)
|
|
200
|
+
</div>
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
<h5>Parameters:</h5>
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
<table class="params">
|
|
216
|
+
<thead>
|
|
217
|
+
<tr>
|
|
218
|
+
|
|
219
|
+
<th>Name</th>
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
<th>Type</th>
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
<th class="last">Description</th>
|
|
229
|
+
</tr>
|
|
230
|
+
</thead>
|
|
231
|
+
|
|
232
|
+
<tbody>
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
<tr>
|
|
236
|
+
|
|
237
|
+
<td class="name"><code>opts</code></td>
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
<td class="type">
|
|
241
|
+
|
|
242
|
+
</td>
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
<td class="description last">object containing all arguments
|
|
249
|
+
<h6>Properties</h6>
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
<table class="params">
|
|
253
|
+
<thead>
|
|
254
|
+
<tr>
|
|
255
|
+
|
|
256
|
+
<th>Name</th>
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
<th>Type</th>
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
<th>Attributes</th>
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
<th class="last">Description</th>
|
|
268
|
+
</tr>
|
|
269
|
+
</thead>
|
|
270
|
+
|
|
271
|
+
<tbody>
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
<tr>
|
|
275
|
+
|
|
276
|
+
<td class="name"><code>fromYear</code></td>
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
<td class="type">
|
|
280
|
+
|
|
281
|
+
</td>
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
<td class="attributes">
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
</td>
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
<td class="description last">the start of the date range to list recordings for (e.g. 2026)</td>
|
|
296
|
+
</tr>
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
<tr>
|
|
301
|
+
|
|
302
|
+
<td class="name"><code>fromMonth</code></td>
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
<td class="type">
|
|
306
|
+
|
|
307
|
+
</td>
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
<td class="attributes">
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
</td>
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
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>
|
|
408
|
+
</tr>
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
<tr>
|
|
413
|
+
|
|
414
|
+
<td class="name"><code>minMsBetweenPageRequests</code></td>
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
<td class="type">
|
|
418
|
+
|
|
419
|
+
</td>
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
<td class="attributes">
|
|
423
|
+
|
|
424
|
+
<optional><br>
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
</td>
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
<td class="description last">minimum time (in ms) to wait between paginated requests,
|
|
436
|
+
for custom throttle control</td>
|
|
437
|
+
</tr>
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
</tbody>
|
|
441
|
+
</table>
|
|
442
|
+
|
|
443
|
+
</td>
|
|
444
|
+
</tr>
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
</tbody>
|
|
448
|
+
</table>
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
<h5>Returns:</h5>
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
<div class="param-desc">
|
|
469
|
+
the list of recordings in the account
|
|
470
|
+
</div>
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
<h4 class="name" id="listMeetingRecordings"><span class="type-signature"></span>listMeetingRecordings<span class="signature">(opts)</span><span class="type-signature"></span></h4>
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
<dl class="details">
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
<dt class="tag-source">Source:</dt>
|
|
494
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
495
|
+
<a href="ECatCloudRecording.js.html">ECatCloudRecording.js</a>, <a href="ECatCloudRecording.js.html#line133">line 133</a>
|
|
496
|
+
</li></ul></dd>
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
173
516
|
<dt class="tag-author">Author:</dt>
|
|
174
517
|
<dd class="tag-author">
|
|
175
518
|
<ul>
|
|
@@ -196,7 +539,7 @@
|
|
|
196
539
|
|
|
197
540
|
|
|
198
541
|
<div class="description usertext">
|
|
199
|
-
Get all recordings of a meeting
|
|
542
|
+
Get all recordings of a meeting (Light)
|
|
200
543
|
</div>
|
|
201
544
|
|
|
202
545
|
|
|
@@ -360,7 +703,7 @@
|
|
|
360
703
|
|
|
361
704
|
<dt class="tag-source">Source:</dt>
|
|
362
705
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
363
|
-
<a href="ECatCloudRecording.js.html">ECatCloudRecording.js</a>, <a href="ECatCloudRecording.js.html#
|
|
706
|
+
<a href="ECatCloudRecording.js.html">ECatCloudRecording.js</a>, <a href="ECatCloudRecording.js.html#line180">line 180</a>
|
|
364
707
|
</li></ul></dd>
|
|
365
708
|
|
|
366
709
|
|
|
@@ -407,7 +750,7 @@
|
|
|
407
750
|
|
|
408
751
|
|
|
409
752
|
<div class="description usertext">
|
|
410
|
-
List all cloud recordings of a user
|
|
753
|
+
List all cloud recordings of a user (Medium)
|
|
411
754
|
</div>
|
|
412
755
|
|
|
413
756
|
|
|
@@ -516,7 +859,7 @@
|
|
|
516
859
|
|
|
517
860
|
<tr>
|
|
518
861
|
|
|
519
|
-
<td class="name"><code>
|
|
862
|
+
<td class="name"><code>searchTrash</code></td>
|
|
520
863
|
|
|
521
864
|
|
|
522
865
|
<td class="type">
|
|
@@ -538,20 +881,20 @@
|
|
|
538
881
|
|
|
539
882
|
<td class="default">
|
|
540
883
|
|
|
541
|
-
<code>
|
|
884
|
+
<code>false</code>
|
|
542
885
|
|
|
543
886
|
</td>
|
|
544
887
|
|
|
545
888
|
|
|
546
|
-
<td class="description last">
|
|
547
|
-
|
|
889
|
+
<td class="description last">set to true to retrieve
|
|
890
|
+
meeting recordings from the trash.</td>
|
|
548
891
|
</tr>
|
|
549
892
|
|
|
550
893
|
|
|
551
894
|
|
|
552
895
|
<tr>
|
|
553
896
|
|
|
554
|
-
<td class="name"><code>
|
|
897
|
+
<td class="name"><code>startDate</code></td>
|
|
555
898
|
|
|
556
899
|
|
|
557
900
|
<td class="type">
|
|
@@ -573,18 +916,21 @@
|
|
|
573
916
|
|
|
574
917
|
<td class="default">
|
|
575
918
|
|
|
919
|
+
<code>1 month before today</code>
|
|
920
|
+
|
|
576
921
|
</td>
|
|
577
922
|
|
|
578
923
|
|
|
579
|
-
<td class="description last">
|
|
580
|
-
|
|
924
|
+
<td class="description last">string accepted by JS Date constructor or instance of Date object.
|
|
925
|
+
Date needs to be within past 6 months. Time data (hours and seconds)
|
|
926
|
+
is discarded</td>
|
|
581
927
|
</tr>
|
|
582
928
|
|
|
583
929
|
|
|
584
930
|
|
|
585
931
|
<tr>
|
|
586
932
|
|
|
587
|
-
<td class="name"><code>
|
|
933
|
+
<td class="name"><code>endDate</code></td>
|
|
588
934
|
|
|
589
935
|
|
|
590
936
|
<td class="type">
|
|
@@ -606,20 +952,20 @@
|
|
|
606
952
|
|
|
607
953
|
<td class="default">
|
|
608
954
|
|
|
609
|
-
<code>false</code>
|
|
610
|
-
|
|
611
955
|
</td>
|
|
612
956
|
|
|
613
957
|
|
|
614
|
-
<td class="description last">
|
|
615
|
-
|
|
958
|
+
<td class="description last">string accepted by JS Date
|
|
959
|
+
constructor or instance of Date object.
|
|
960
|
+
Date needs to be within past 6 months. Time data (hours and seconds)
|
|
961
|
+
is discarded</td>
|
|
616
962
|
</tr>
|
|
617
963
|
|
|
618
964
|
|
|
619
965
|
|
|
620
966
|
<tr>
|
|
621
967
|
|
|
622
|
-
<td class="name"><code>
|
|
968
|
+
<td class="name"><code>onNewPage</code></td>
|
|
623
969
|
|
|
624
970
|
|
|
625
971
|
<td class="type">
|
|
@@ -641,21 +987,17 @@
|
|
|
641
987
|
|
|
642
988
|
<td class="default">
|
|
643
989
|
|
|
644
|
-
<code>1 month before today</code>
|
|
645
|
-
|
|
646
990
|
</td>
|
|
647
991
|
|
|
648
992
|
|
|
649
|
-
<td class="description last">
|
|
650
|
-
Date needs to be within past 6 months. Time data (hours and seconds)
|
|
651
|
-
is discarded</td>
|
|
993
|
+
<td class="description last">callback function that is called when a new page of results is received.</td>
|
|
652
994
|
</tr>
|
|
653
995
|
|
|
654
996
|
|
|
655
997
|
|
|
656
998
|
<tr>
|
|
657
999
|
|
|
658
|
-
<td class="name"><code>
|
|
1000
|
+
<td class="name"><code>minMsBetweenPageRequests</code></td>
|
|
659
1001
|
|
|
660
1002
|
|
|
661
1003
|
<td class="type">
|
|
@@ -680,10 +1022,8 @@
|
|
|
680
1022
|
</td>
|
|
681
1023
|
|
|
682
1024
|
|
|
683
|
-
<td class="description last">
|
|
684
|
-
|
|
685
|
-
Date needs to be within past 6 months. Time data (hours and seconds)
|
|
686
|
-
is discarded</td>
|
|
1025
|
+
<td class="description last">minimum time (in ms) to wait between paginated requests,
|
|
1026
|
+
for custom throttle control</td>
|
|
687
1027
|
</tr>
|
|
688
1028
|
|
|
689
1029
|
|