zaccl 3.0.2 → 3.0.4
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 +1 -1
- package/docs/ECatMeeting.js.html +198 -1
- package/docs/ECatUser.js.html +1 -1
- package/docs/ECatWebinar.js.html +1 -1
- package/docs/api.cloudRecording.html +1 -1
- package/docs/api.meeting.html +409 -7
- package/docs/api.user.html +1 -1
- package/docs/api.webinar.html +1 -1
- package/docs/index.html +1 -1
- package/lib/endpoints/ECatMeeting.d.ts +30 -0
- package/lib/endpoints/ECatMeeting.js +197 -0
- package/lib/endpoints/ECatMeeting.js.map +1 -1
- package/lib/shared/types/ErrorCode.d.ts +1 -0
- package/lib/shared/types/ErrorCode.js +2 -1
- package/lib/shared/types/ErrorCode.js.map +1 -1
- package/lib/types/PollOccurrence.d.ts +19 -0
- package/lib/types/PollOccurrence.js +3 -0
- package/lib/types/PollOccurrence.js.map +1 -0
- package/lib/types/ZoomPollInfo.d.ts +16 -0
- package/lib/types/ZoomPollInfo.js +3 -0
- package/lib/types/ZoomPollInfo.js.map +1 -0
- package/lib/types/ZoomPollOccurrence.d.ts +19 -0
- package/lib/types/ZoomPollOccurrence.js +3 -0
- package/lib/types/ZoomPollOccurrence.js.map +1 -0
- package/lib/types/ZoomPollQuestion.d.ts +30 -0
- package/lib/types/ZoomPollQuestion.js +3 -0
- package/lib/types/ZoomPollQuestion.js.map +1 -0
- package/lib/types/ZoomPollQuestionAndAnswerType.d.ts +14 -0
- package/lib/types/ZoomPollQuestionAndAnswerType.js +25 -0
- package/lib/types/ZoomPollQuestionAndAnswerType.js.map +1 -0
- package/lib/types/ZoomPollStatus.d.ts +11 -0
- package/lib/types/ZoomPollStatus.js +19 -0
- package/lib/types/ZoomPollStatus.js.map +1 -0
- package/lib/types/ZoomPollType.d.ts +10 -0
- package/lib/types/ZoomPollType.js +17 -0
- package/lib/types/ZoomPollType.js.map +1 -0
- package/package.json +1 -1
- package/src/endpoints/ECatMeeting.ts +258 -0
- package/src/shared/types/ErrorCode.ts +2 -1
- package/src/types/ZoomPollInfo.ts +24 -0
- package/src/types/ZoomPollOccurrence.ts +29 -0
- package/src/types/ZoomPollQuestion.ts +70 -0
- package/src/types/ZoomPollQuestionAndAnswerType.ts +22 -0
- package/src/types/ZoomPollStatus.ts +16 -0
- package/src/types/ZoomPollType.ts +14 -0
package/docs/api.meeting.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#listPastInstances">listPastInstances</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#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#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>
|
|
31
31
|
</nav>
|
|
32
32
|
|
|
33
33
|
<div id="main">
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
|
|
150
150
|
<dt class="tag-source">Source:</dt>
|
|
151
151
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
152
|
-
<a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#
|
|
152
|
+
<a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line459">line 459</a>
|
|
153
153
|
</li></ul></dd>
|
|
154
154
|
|
|
155
155
|
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
|
|
415
415
|
<dt class="tag-source">Source:</dt>
|
|
416
416
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
417
|
-
<a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#
|
|
417
|
+
<a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line132">line 132</a>
|
|
418
418
|
</li></ul></dd>
|
|
419
419
|
|
|
420
420
|
|
|
@@ -626,7 +626,7 @@
|
|
|
626
626
|
|
|
627
627
|
<dt class="tag-source">Source:</dt>
|
|
628
628
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
629
|
-
<a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#
|
|
629
|
+
<a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line201">line 201</a>
|
|
630
630
|
</li></ul></dd>
|
|
631
631
|
|
|
632
632
|
|
|
@@ -903,7 +903,7 @@
|
|
|
903
903
|
|
|
904
904
|
<dt class="tag-source">Source:</dt>
|
|
905
905
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
906
|
-
<a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#
|
|
906
|
+
<a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line87">line 87</a>
|
|
907
907
|
</li></ul></dd>
|
|
908
908
|
|
|
909
909
|
|
|
@@ -1168,6 +1168,216 @@
|
|
|
1168
1168
|
|
|
1169
1169
|
|
|
1170
1170
|
|
|
1171
|
+
<h4 class="name" id="getPollInfo"><span class="type-signature"></span>getPollInfo<span class="signature">(opts)</span><span class="type-signature"></span></h4>
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
<dl class="details">
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
<dt class="tag-source">Source:</dt>
|
|
1182
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
1183
|
+
<a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line362">line 362</a>
|
|
1184
|
+
</li></ul></dd>
|
|
1185
|
+
|
|
1186
|
+
|
|
1187
|
+
|
|
1188
|
+
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
<dt class="tag-author">Author:</dt>
|
|
1205
|
+
<dd class="tag-author">
|
|
1206
|
+
<ul>
|
|
1207
|
+
<li>Yuen Ler Chow</li>
|
|
1208
|
+
</ul>
|
|
1209
|
+
</dd>
|
|
1210
|
+
|
|
1211
|
+
|
|
1212
|
+
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
|
|
1223
|
+
</dl>
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
<div class="description usertext">
|
|
1230
|
+
Get poll info
|
|
1231
|
+
</div>
|
|
1232
|
+
|
|
1233
|
+
|
|
1234
|
+
|
|
1235
|
+
|
|
1236
|
+
|
|
1237
|
+
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
|
|
1241
|
+
|
|
1242
|
+
|
|
1243
|
+
<h5>Parameters:</h5>
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
<table class="params">
|
|
1247
|
+
<thead>
|
|
1248
|
+
<tr>
|
|
1249
|
+
|
|
1250
|
+
<th>Name</th>
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
<th>Type</th>
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
|
|
1259
|
+
<th class="last">Description</th>
|
|
1260
|
+
</tr>
|
|
1261
|
+
</thead>
|
|
1262
|
+
|
|
1263
|
+
<tbody>
|
|
1264
|
+
|
|
1265
|
+
|
|
1266
|
+
<tr>
|
|
1267
|
+
|
|
1268
|
+
<td class="name"><code>opts</code></td>
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
<td class="type">
|
|
1272
|
+
|
|
1273
|
+
</td>
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
|
|
1279
|
+
<td class="description last">object containing all arguments
|
|
1280
|
+
<h6>Properties</h6>
|
|
1281
|
+
|
|
1282
|
+
|
|
1283
|
+
<table class="params">
|
|
1284
|
+
<thead>
|
|
1285
|
+
<tr>
|
|
1286
|
+
|
|
1287
|
+
<th>Name</th>
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
<th>Type</th>
|
|
1291
|
+
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
<th class="last">Description</th>
|
|
1297
|
+
</tr>
|
|
1298
|
+
</thead>
|
|
1299
|
+
|
|
1300
|
+
<tbody>
|
|
1301
|
+
|
|
1302
|
+
|
|
1303
|
+
<tr>
|
|
1304
|
+
|
|
1305
|
+
<td class="name"><code>meetingId</code></td>
|
|
1306
|
+
|
|
1307
|
+
|
|
1308
|
+
<td class="type">
|
|
1309
|
+
|
|
1310
|
+
</td>
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
|
|
1316
|
+
<td class="description last">the Zoom ID of the meeting</td>
|
|
1317
|
+
</tr>
|
|
1318
|
+
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
<tr>
|
|
1322
|
+
|
|
1323
|
+
<td class="name"><code>pollId</code></td>
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
<td class="type">
|
|
1327
|
+
|
|
1328
|
+
</td>
|
|
1329
|
+
|
|
1330
|
+
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
<td class="description last">the id of the poll</td>
|
|
1335
|
+
</tr>
|
|
1336
|
+
|
|
1337
|
+
|
|
1338
|
+
</tbody>
|
|
1339
|
+
</table>
|
|
1340
|
+
|
|
1341
|
+
</td>
|
|
1342
|
+
</tr>
|
|
1343
|
+
|
|
1344
|
+
|
|
1345
|
+
</tbody>
|
|
1346
|
+
</table>
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
|
|
1351
|
+
|
|
1352
|
+
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
|
|
1360
|
+
|
|
1361
|
+
|
|
1362
|
+
|
|
1363
|
+
<h5>Returns:</h5>
|
|
1364
|
+
|
|
1365
|
+
|
|
1366
|
+
<div class="param-desc">
|
|
1367
|
+
object with all info about the poll
|
|
1368
|
+
</div>
|
|
1369
|
+
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
|
|
1380
|
+
|
|
1171
1381
|
<h4 class="name" id="listPastInstances"><span class="type-signature"></span>listPastInstances<span class="signature">(opts)</span><span class="type-signature"></span></h4>
|
|
1172
1382
|
|
|
1173
1383
|
|
|
@@ -1180,7 +1390,7 @@
|
|
|
1180
1390
|
|
|
1181
1391
|
<dt class="tag-source">Source:</dt>
|
|
1182
1392
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1183
|
-
<a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#
|
|
1393
|
+
<a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line251">line 251</a>
|
|
1184
1394
|
</li></ul></dd>
|
|
1185
1395
|
|
|
1186
1396
|
|
|
@@ -1362,6 +1572,198 @@
|
|
|
1362
1572
|
|
|
1363
1573
|
|
|
1364
1574
|
|
|
1575
|
+
<h4 class="name" id="listPastPollOccurrences"><span class="type-signature"></span>listPastPollOccurrences<span class="signature">(opts)</span><span class="type-signature"></span></h4>
|
|
1576
|
+
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
<dl class="details">
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
<dt class="tag-source">Source:</dt>
|
|
1586
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
1587
|
+
<a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line276">line 276</a>
|
|
1588
|
+
</li></ul></dd>
|
|
1589
|
+
|
|
1590
|
+
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
|
|
1602
|
+
|
|
1603
|
+
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
<dt class="tag-author">Author:</dt>
|
|
1609
|
+
<dd class="tag-author">
|
|
1610
|
+
<ul>
|
|
1611
|
+
<li>Yuen Ler Chow</li>
|
|
1612
|
+
</ul>
|
|
1613
|
+
</dd>
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
|
|
1619
|
+
|
|
1620
|
+
|
|
1621
|
+
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
|
|
1625
|
+
|
|
1626
|
+
|
|
1627
|
+
</dl>
|
|
1628
|
+
|
|
1629
|
+
|
|
1630
|
+
|
|
1631
|
+
|
|
1632
|
+
|
|
1633
|
+
<div class="description usertext">
|
|
1634
|
+
List past poll occurrences
|
|
1635
|
+
</div>
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
|
|
1640
|
+
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
<h5>Parameters:</h5>
|
|
1648
|
+
|
|
1649
|
+
|
|
1650
|
+
<table class="params">
|
|
1651
|
+
<thead>
|
|
1652
|
+
<tr>
|
|
1653
|
+
|
|
1654
|
+
<th>Name</th>
|
|
1655
|
+
|
|
1656
|
+
|
|
1657
|
+
<th>Type</th>
|
|
1658
|
+
|
|
1659
|
+
|
|
1660
|
+
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
<th class="last">Description</th>
|
|
1664
|
+
</tr>
|
|
1665
|
+
</thead>
|
|
1666
|
+
|
|
1667
|
+
<tbody>
|
|
1668
|
+
|
|
1669
|
+
|
|
1670
|
+
<tr>
|
|
1671
|
+
|
|
1672
|
+
<td class="name"><code>opts</code></td>
|
|
1673
|
+
|
|
1674
|
+
|
|
1675
|
+
<td class="type">
|
|
1676
|
+
|
|
1677
|
+
</td>
|
|
1678
|
+
|
|
1679
|
+
|
|
1680
|
+
|
|
1681
|
+
|
|
1682
|
+
|
|
1683
|
+
<td class="description last">object containing all arguments
|
|
1684
|
+
<h6>Properties</h6>
|
|
1685
|
+
|
|
1686
|
+
|
|
1687
|
+
<table class="params">
|
|
1688
|
+
<thead>
|
|
1689
|
+
<tr>
|
|
1690
|
+
|
|
1691
|
+
<th>Name</th>
|
|
1692
|
+
|
|
1693
|
+
|
|
1694
|
+
<th>Type</th>
|
|
1695
|
+
|
|
1696
|
+
|
|
1697
|
+
|
|
1698
|
+
|
|
1699
|
+
|
|
1700
|
+
<th class="last">Description</th>
|
|
1701
|
+
</tr>
|
|
1702
|
+
</thead>
|
|
1703
|
+
|
|
1704
|
+
<tbody>
|
|
1705
|
+
|
|
1706
|
+
|
|
1707
|
+
<tr>
|
|
1708
|
+
|
|
1709
|
+
<td class="name"><code>meetingId</code></td>
|
|
1710
|
+
|
|
1711
|
+
|
|
1712
|
+
<td class="type">
|
|
1713
|
+
|
|
1714
|
+
</td>
|
|
1715
|
+
|
|
1716
|
+
|
|
1717
|
+
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
<td class="description last">the Zoom ID of the meeting</td>
|
|
1721
|
+
</tr>
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
</tbody>
|
|
1725
|
+
</table>
|
|
1726
|
+
|
|
1727
|
+
</td>
|
|
1728
|
+
</tr>
|
|
1729
|
+
|
|
1730
|
+
|
|
1731
|
+
</tbody>
|
|
1732
|
+
</table>
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
|
|
1736
|
+
|
|
1737
|
+
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
|
|
1749
|
+
<h5>Returns:</h5>
|
|
1750
|
+
|
|
1751
|
+
|
|
1752
|
+
<div class="param-desc">
|
|
1753
|
+
list of past poll occurrences
|
|
1754
|
+
</div>
|
|
1755
|
+
|
|
1756
|
+
|
|
1757
|
+
|
|
1758
|
+
|
|
1759
|
+
|
|
1760
|
+
|
|
1761
|
+
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
|
|
1765
|
+
|
|
1766
|
+
|
|
1365
1767
|
<h4 class="name" id="update"><span class="type-signature"></span>update<span class="signature">(opts)</span><span class="type-signature"></span></h4>
|
|
1366
1768
|
|
|
1367
1769
|
|
|
@@ -1374,7 +1776,7 @@
|
|
|
1374
1776
|
|
|
1375
1777
|
<dt class="tag-source">Source:</dt>
|
|
1376
1778
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1377
|
-
<a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#
|
|
1779
|
+
<a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line162">line 162</a>
|
|
1378
1780
|
</li></ul></dd>
|
|
1379
1781
|
|
|
1380
1782
|
|
package/docs/api.user.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#listPastInstances">listPastInstances</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#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#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>
|
|
31
31
|
</nav>
|
|
32
32
|
|
|
33
33
|
<div id="main">
|
package/docs/api.webinar.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#listPastInstances">listPastInstances</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#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#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>
|
|
31
31
|
</nav>
|
|
32
32
|
|
|
33
33
|
<div id="main">
|
package/docs/index.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#listPastInstances">listPastInstances</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#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#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>
|
|
31
31
|
</nav>
|
|
32
32
|
|
|
33
33
|
<div id="main">
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import EndpointCategory from '../shared/interfaces/EndpointCategory';
|
|
8
8
|
import ZoomMeeting from '../types/ZoomMeeting';
|
|
9
|
+
import PollOccurrence from '../types/ZoomPollOccurrence';
|
|
10
|
+
import PollInfo from '../types/ZoomPollInfo';
|
|
9
11
|
declare class ECatMeeting extends EndpointCategory {
|
|
10
12
|
/**
|
|
11
13
|
* Get info on a meeting
|
|
@@ -93,6 +95,34 @@ declare class ECatMeeting extends EndpointCategory {
|
|
|
93
95
|
listPastInstances(opts: {
|
|
94
96
|
meetingId: number;
|
|
95
97
|
}): Promise<ZoomMeeting[]>;
|
|
98
|
+
/**
|
|
99
|
+
* List past poll occurrences
|
|
100
|
+
* @author Yuen Ler Chow
|
|
101
|
+
* @instance
|
|
102
|
+
* @memberof api.meeting
|
|
103
|
+
* @method listPastPollOccurrences
|
|
104
|
+
* @param opts object containing all arguments
|
|
105
|
+
* @param opts.meetingId the Zoom ID of the meeting
|
|
106
|
+
* @returns list of past poll occurrences
|
|
107
|
+
*/
|
|
108
|
+
listPastPollOccurrences(opts: {
|
|
109
|
+
meetingId: number;
|
|
110
|
+
}): Promise<PollOccurrence[]>;
|
|
111
|
+
/**
|
|
112
|
+
* Get poll info
|
|
113
|
+
* @author Yuen Ler Chow
|
|
114
|
+
* @instance
|
|
115
|
+
* @memberof api.meeting
|
|
116
|
+
* @method getPollInfo
|
|
117
|
+
* @param opts object containing all arguments
|
|
118
|
+
* @param opts.meetingId the Zoom ID of the meeting
|
|
119
|
+
* @param opts.pollId the id of the poll
|
|
120
|
+
* @returns object with all info about the poll
|
|
121
|
+
*/
|
|
122
|
+
getPollInfo(opts: {
|
|
123
|
+
meetingId: number;
|
|
124
|
+
pollId: string;
|
|
125
|
+
}): Promise<PollInfo>;
|
|
96
126
|
/**
|
|
97
127
|
* Add one alt-host if not already in the list. If another user in the alt-host
|
|
98
128
|
* list has been deactivated, all alt-hosts are removed and the requested
|