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.
Files changed (68) hide show
  1. package/docs/ECatCloudRecording.js.html +64 -26
  2. package/docs/ECatGroup.js.html +207 -0
  3. package/docs/ECatMeeting.js.html +76 -11
  4. package/docs/ECatUser.js.html +7 -10
  5. package/docs/ECatWebinar.js.html +6 -5
  6. package/docs/api.cloudRecording.html +328 -50
  7. package/docs/api.group.html +367 -0
  8. package/docs/api.meeting.html +437 -15
  9. package/docs/api.user.html +10 -10
  10. package/docs/api.webinar.html +5 -5
  11. package/docs/index.html +1 -1
  12. package/lib/endpoints/ECatCloudRecording.d.ts +29 -8
  13. package/lib/endpoints/ECatCloudRecording.js +63 -25
  14. package/lib/endpoints/ECatCloudRecording.js.map +1 -1
  15. package/lib/endpoints/ECatGroup.d.ts +39 -0
  16. package/lib/endpoints/ECatGroup.js +142 -0
  17. package/lib/endpoints/ECatGroup.js.map +1 -0
  18. package/lib/endpoints/ECatMeeting.d.ts +40 -10
  19. package/lib/endpoints/ECatMeeting.js +75 -10
  20. package/lib/endpoints/ECatMeeting.js.map +1 -1
  21. package/lib/endpoints/ECatUser.d.ts +5 -5
  22. package/lib/endpoints/ECatUser.js +6 -9
  23. package/lib/endpoints/ECatUser.js.map +1 -1
  24. package/lib/endpoints/ECatWebinar.d.ts +4 -4
  25. package/lib/endpoints/ECatWebinar.js +5 -4
  26. package/lib/endpoints/ECatWebinar.js.map +1 -1
  27. package/lib/index.d.ts +22 -0
  28. package/lib/index.js +19 -0
  29. package/lib/index.js.map +1 -1
  30. package/lib/shared/helpers/genVisitEndpoint.js +60 -17
  31. package/lib/shared/helpers/genVisitEndpoint.js.map +1 -1
  32. package/lib/shared/types/VisitEndpointFunc.d.ts +2 -1
  33. package/lib/types/ZoomAPI.d.ts +2 -0
  34. package/lib/types/ZoomAPI.js.map +1 -1
  35. package/lib/types/ZoomGroup.d.ts +10 -0
  36. package/lib/types/ZoomGroup.js +3 -0
  37. package/lib/types/ZoomGroup.js.map +1 -0
  38. package/lib/types/ZoomGroupMember.d.ts +12 -0
  39. package/lib/types/ZoomGroupMember.js +3 -0
  40. package/lib/types/ZoomGroupMember.js.map +1 -0
  41. package/lib/types/ZoomMeetingTranscript.d.ts +17 -0
  42. package/lib/types/ZoomMeetingTranscript.js +3 -0
  43. package/lib/types/ZoomMeetingTranscript.js.map +1 -0
  44. package/lib/types/ZoomPastMeetingDetails.d.ts +22 -0
  45. package/lib/types/ZoomPastMeetingDetails.js +3 -0
  46. package/lib/types/ZoomPastMeetingDetails.js.map +1 -0
  47. package/lib/types/ZoomPastMeetingParticipant.d.ts +18 -0
  48. package/lib/types/ZoomPastMeetingParticipant.js +3 -0
  49. package/lib/types/ZoomPastMeetingParticipant.js.map +1 -0
  50. package/lib/types/ZoomRecordingInAccount.d.ts +22 -0
  51. package/lib/types/ZoomRecordingInAccount.js +3 -0
  52. package/lib/types/ZoomRecordingInAccount.js.map +1 -0
  53. package/package.json +2 -2
  54. package/src/endpoints/ECatCloudRecording.ts +74 -29
  55. package/src/endpoints/ECatGroup.ts +89 -0
  56. package/src/endpoints/ECatMeeting.ts +81 -10
  57. package/src/endpoints/ECatUser.ts +6 -9
  58. package/src/endpoints/ECatWebinar.ts +5 -4
  59. package/src/index.ts +53 -0
  60. package/src/shared/helpers/genVisitEndpoint.ts +123 -79
  61. package/src/shared/types/VisitEndpointFunc.ts +4 -2
  62. package/src/types/ZoomAPI.ts +2 -0
  63. package/src/types/ZoomGroup.ts +14 -0
  64. package/src/types/ZoomGroupMember.ts +20 -0
  65. package/src/types/ZoomMeetingTranscript.ts +28 -0
  66. package/src/types/ZoomPastMeetingDetails.ts +38 -0
  67. package/src/types/ZoomPastMeetingParticipant.ts +30 -0
  68. package/src/types/ZoomRecordingInAccount.ts +38 -0
@@ -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">
@@ -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#line509">line 509</a>
152
+ <a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line510">line 510</a>
153
153
  </li></ul></dd>
154
154
 
155
155
 
@@ -203,7 +203,7 @@
203
203
  user is added as the only alt-host. This is because Zoom doesn't give us
204
204
  enough information to determine which user is deactivated, and thus,
205
205
  the only way to resolve the issue is to remove all previously existing
206
- alt-hosts.
206
+ alt-hosts. (Light)
207
207
  </div>
208
208
 
209
209
 
@@ -463,7 +463,7 @@
463
463
 
464
464
 
465
465
  <div class="description usertext">
466
- Create a new meeting
466
+ Create a new meeting (Light)
467
467
  </div>
468
468
 
469
469
 
@@ -675,7 +675,7 @@
675
675
 
676
676
 
677
677
  <div class="description usertext">
678
- Delete a meeting
678
+ Delete a meeting (Light)
679
679
  </div>
680
680
 
681
681
 
@@ -952,7 +952,7 @@
952
952
 
953
953
 
954
954
  <div class="description usertext">
955
- Get info on a meeting
955
+ Get info on a meeting (Light)
956
956
  </div>
957
957
 
958
958
 
@@ -1154,7 +1154,7 @@
1154
1154
 
1155
1155
 
1156
1156
  <div class="param-desc">
1157
- Zoom meeting object <a href="https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting#responses">https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting#responses</a>
1157
+ Zoom meeting object
1158
1158
  </div>
1159
1159
 
1160
1160
 
@@ -1180,7 +1180,7 @@
1180
1180
 
1181
1181
  <dt class="tag-source">Source:</dt>
1182
1182
  <dd class="tag-source"><ul class="dummy"><li>
1183
- <a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line276">line 276</a>
1183
+ <a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line277">line 277</a>
1184
1184
  </li></ul></dd>
1185
1185
 
1186
1186
 
@@ -1227,7 +1227,7 @@
1227
1227
 
1228
1228
 
1229
1229
  <div class="description usertext">
1230
- Get details of a past meeting instance
1230
+ Get details of a past meeting instance (Light)
1231
1231
  </div>
1232
1232
 
1233
1233
 
@@ -1328,7 +1328,7 @@
1328
1328
 
1329
1329
  <dt class="tag-source">Source:</dt>
1330
1330
  <dd class="tag-source"><ul class="dummy"><li>
1331
- <a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line407">line 407</a>
1331
+ <a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line408">line 408</a>
1332
1332
  </li></ul></dd>
1333
1333
 
1334
1334
 
@@ -1375,7 +1375,7 @@
1375
1375
 
1376
1376
 
1377
1377
  <div class="description usertext">
1378
- Get poll info
1378
+ Get poll info (Light)
1379
1379
  </div>
1380
1380
 
1381
1381
 
@@ -1526,6 +1526,198 @@
1526
1526
 
1527
1527
 
1528
1528
 
1529
+ <h4 class="name" id="getTranscript"><span class="type-signature"></span>getTranscript<span class="signature">(opts)</span><span class="type-signature"></span></h4>
1530
+
1531
+
1532
+
1533
+
1534
+
1535
+
1536
+ <dl class="details">
1537
+
1538
+
1539
+ <dt class="tag-source">Source:</dt>
1540
+ <dd class="tag-source"><ul class="dummy"><li>
1541
+ <a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line588">line 588</a>
1542
+ </li></ul></dd>
1543
+
1544
+
1545
+
1546
+
1547
+
1548
+
1549
+
1550
+
1551
+
1552
+
1553
+
1554
+
1555
+
1556
+
1557
+
1558
+
1559
+
1560
+
1561
+
1562
+ <dt class="tag-author">Author:</dt>
1563
+ <dd class="tag-author">
1564
+ <ul>
1565
+ <li>Gabe Abrams</li>
1566
+ </ul>
1567
+ </dd>
1568
+
1569
+
1570
+
1571
+
1572
+
1573
+
1574
+
1575
+
1576
+
1577
+
1578
+
1579
+
1580
+
1581
+ </dl>
1582
+
1583
+
1584
+
1585
+
1586
+
1587
+ <div class="description usertext">
1588
+ Get meeting transcript (Medium)
1589
+ </div>
1590
+
1591
+
1592
+
1593
+
1594
+
1595
+
1596
+
1597
+
1598
+
1599
+
1600
+
1601
+ <h5>Parameters:</h5>
1602
+
1603
+
1604
+ <table class="params">
1605
+ <thead>
1606
+ <tr>
1607
+
1608
+ <th>Name</th>
1609
+
1610
+
1611
+ <th>Type</th>
1612
+
1613
+
1614
+
1615
+
1616
+
1617
+ <th class="last">Description</th>
1618
+ </tr>
1619
+ </thead>
1620
+
1621
+ <tbody>
1622
+
1623
+
1624
+ <tr>
1625
+
1626
+ <td class="name"><code>opts</code></td>
1627
+
1628
+
1629
+ <td class="type">
1630
+
1631
+ </td>
1632
+
1633
+
1634
+
1635
+
1636
+
1637
+ <td class="description last">object containing all arguments
1638
+ <h6>Properties</h6>
1639
+
1640
+
1641
+ <table class="params">
1642
+ <thead>
1643
+ <tr>
1644
+
1645
+ <th>Name</th>
1646
+
1647
+
1648
+ <th>Type</th>
1649
+
1650
+
1651
+
1652
+
1653
+
1654
+ <th class="last">Description</th>
1655
+ </tr>
1656
+ </thead>
1657
+
1658
+ <tbody>
1659
+
1660
+
1661
+ <tr>
1662
+
1663
+ <td class="name"><code>meetingId</code></td>
1664
+
1665
+
1666
+ <td class="type">
1667
+
1668
+ </td>
1669
+
1670
+
1671
+
1672
+
1673
+
1674
+ <td class="description last">the Zoom ID of the meeting (or UUID of a past meeting instance)</td>
1675
+ </tr>
1676
+
1677
+
1678
+ </tbody>
1679
+ </table>
1680
+
1681
+ </td>
1682
+ </tr>
1683
+
1684
+
1685
+ </tbody>
1686
+ </table>
1687
+
1688
+
1689
+
1690
+
1691
+
1692
+
1693
+
1694
+
1695
+
1696
+
1697
+
1698
+
1699
+
1700
+
1701
+
1702
+
1703
+ <h5>Returns:</h5>
1704
+
1705
+
1706
+ <div class="param-desc">
1707
+ meeting transcript
1708
+ </div>
1709
+
1710
+
1711
+
1712
+
1713
+
1714
+
1715
+
1716
+
1717
+
1718
+
1719
+
1720
+
1529
1721
  <h4 class="name" id="listPastInstances"><span class="type-signature"></span>listPastInstances<span class="signature">(opts)</span><span class="type-signature"></span></h4>
1530
1722
 
1531
1723
 
@@ -1587,7 +1779,7 @@
1587
1779
 
1588
1780
 
1589
1781
  <div class="description usertext">
1590
- Get a list of ended meeting instances
1782
+ Get a list of ended meeting instances (Medium)
1591
1783
  </div>
1592
1784
 
1593
1785
 
@@ -1720,6 +1912,236 @@
1720
1912
 
1721
1913
 
1722
1914
 
1915
+ <h4 class="name" id="listPastMeetingParticipants"><span class="type-signature"></span>listPastMeetingParticipants<span class="signature">(opts)</span><span class="type-signature"></span></h4>
1916
+
1917
+
1918
+
1919
+
1920
+
1921
+
1922
+ <dl class="details">
1923
+
1924
+
1925
+ <dt class="tag-source">Source:</dt>
1926
+ <dd class="tag-source"><ul class="dummy"><li>
1927
+ <a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line616">line 616</a>
1928
+ </li></ul></dd>
1929
+
1930
+
1931
+
1932
+
1933
+
1934
+
1935
+
1936
+
1937
+
1938
+
1939
+
1940
+
1941
+
1942
+
1943
+
1944
+
1945
+
1946
+
1947
+
1948
+ <dt class="tag-author">Author:</dt>
1949
+ <dd class="tag-author">
1950
+ <ul>
1951
+ <li>Gabe Abrams</li>
1952
+ </ul>
1953
+ </dd>
1954
+
1955
+
1956
+
1957
+
1958
+
1959
+
1960
+
1961
+
1962
+
1963
+
1964
+
1965
+
1966
+
1967
+ </dl>
1968
+
1969
+
1970
+
1971
+
1972
+
1973
+ <div class="description usertext">
1974
+ Get list of participants in a past meeting (Medium)
1975
+ </div>
1976
+
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+
1983
+
1984
+
1985
+
1986
+
1987
+ <h5>Parameters:</h5>
1988
+
1989
+
1990
+ <table class="params">
1991
+ <thead>
1992
+ <tr>
1993
+
1994
+ <th>Name</th>
1995
+
1996
+
1997
+ <th>Type</th>
1998
+
1999
+
2000
+
2001
+
2002
+
2003
+ <th class="last">Description</th>
2004
+ </tr>
2005
+ </thead>
2006
+
2007
+ <tbody>
2008
+
2009
+
2010
+ <tr>
2011
+
2012
+ <td class="name"><code>opts</code></td>
2013
+
2014
+
2015
+ <td class="type">
2016
+
2017
+ </td>
2018
+
2019
+
2020
+
2021
+
2022
+
2023
+ <td class="description last">object containing all arguments
2024
+ <h6>Properties</h6>
2025
+
2026
+
2027
+ <table class="params">
2028
+ <thead>
2029
+ <tr>
2030
+
2031
+ <th>Name</th>
2032
+
2033
+
2034
+ <th>Type</th>
2035
+
2036
+
2037
+ <th>Attributes</th>
2038
+
2039
+
2040
+
2041
+
2042
+ <th class="last">Description</th>
2043
+ </tr>
2044
+ </thead>
2045
+
2046
+ <tbody>
2047
+
2048
+
2049
+ <tr>
2050
+
2051
+ <td class="name"><code>meetingId</code></td>
2052
+
2053
+
2054
+ <td class="type">
2055
+
2056
+ </td>
2057
+
2058
+
2059
+ <td class="attributes">
2060
+
2061
+
2062
+
2063
+
2064
+
2065
+ </td>
2066
+
2067
+
2068
+
2069
+
2070
+ <td class="description last">the Zoom UUID of the past meeting instance</td>
2071
+ </tr>
2072
+
2073
+
2074
+
2075
+ <tr>
2076
+
2077
+ <td class="name"><code>onNewPage</code></td>
2078
+
2079
+
2080
+ <td class="type">
2081
+
2082
+ </td>
2083
+
2084
+
2085
+ <td class="attributes">
2086
+
2087
+ &lt;optional><br>
2088
+
2089
+
2090
+
2091
+
2092
+
2093
+ </td>
2094
+
2095
+
2096
+
2097
+
2098
+ <td class="description last">callback function that is called when a new page of results is received.</td>
2099
+ </tr>
2100
+
2101
+
2102
+ </tbody>
2103
+ </table>
2104
+
2105
+ </td>
2106
+ </tr>
2107
+
2108
+
2109
+ </tbody>
2110
+ </table>
2111
+
2112
+
2113
+
2114
+
2115
+
2116
+
2117
+
2118
+
2119
+
2120
+
2121
+
2122
+
2123
+
2124
+
2125
+
2126
+
2127
+ <h5>Returns:</h5>
2128
+
2129
+
2130
+ <div class="param-desc">
2131
+ list of past meeting participants
2132
+ </div>
2133
+
2134
+
2135
+
2136
+
2137
+
2138
+
2139
+
2140
+
2141
+
2142
+
2143
+
2144
+
1723
2145
  <h4 class="name" id="listPastPollOccurrences"><span class="type-signature"></span>listPastPollOccurrences<span class="signature">()</span><span class="type-signature"></span></h4>
1724
2146
 
1725
2147
 
@@ -1732,7 +2154,7 @@
1732
2154
 
1733
2155
  <dt class="tag-source">Source:</dt>
1734
2156
  <dd class="tag-source"><ul class="dummy"><li>
1735
- <a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line307">line 307</a>
2157
+ <a href="ECatMeeting.js.html">ECatMeeting.js</a>, <a href="ECatMeeting.js.html#line308">line 308</a>
1736
2158
  </li></ul></dd>
1737
2159
 
1738
2160
 
@@ -1779,7 +2201,7 @@
1779
2201
 
1780
2202
 
1781
2203
  <div class="description usertext">
1782
- List past poll occurrences
2204
+ List past poll occurrences (Medium)
1783
2205
  </div>
1784
2206
 
1785
2207
 
@@ -1929,7 +2351,7 @@
1929
2351
 
1930
2352
 
1931
2353
  <div class="description usertext">
1932
- Update a meeting
2354
+ Update a meeting (Light)
1933
2355
  </div>
1934
2356
 
1935
2357
 
@@ -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">
@@ -147,7 +147,7 @@
147
147
 
148
148
  <dt class="tag-source">Source:</dt>
149
149
  <dd class="tag-source"><ul class="dummy"><li>
150
- <a href="ECatUser.js.html">ECatUser.js</a>, <a href="ECatUser.js.html#line102">line 102</a>
150
+ <a href="ECatUser.js.html">ECatUser.js</a>, <a href="ECatUser.js.html#line99">line 99</a>
151
151
  </li></ul></dd>
152
152
 
153
153
 
@@ -195,7 +195,7 @@
195
195
 
196
196
  <div class="description usertext">
197
197
  (Re)activate a user and promote them to a "licensed" user (unless
198
- dontPromoteToLicensed is true)
198
+ dontPromoteToLicensed is true) (Light)
199
199
  </div>
200
200
 
201
201
 
@@ -369,7 +369,7 @@
369
369
 
370
370
  <dt class="tag-source">Source:</dt>
371
371
  <dd class="tag-source"><ul class="dummy"><li>
372
- <a href="ECatUser.js.html">ECatUser.js</a>, <a href="ECatUser.js.html#line151">line 151</a>
372
+ <a href="ECatUser.js.html">ECatUser.js</a>, <a href="ECatUser.js.html#line148">line 148</a>
373
373
  </li></ul></dd>
374
374
 
375
375
 
@@ -416,7 +416,7 @@
416
416
 
417
417
 
418
418
  <div class="description usertext">
419
- Add a webinar license to the user of interest
419
+ Add a webinar license to the user of interest (Medium)
420
420
  </div>
421
421
 
422
422
 
@@ -602,7 +602,7 @@
602
602
 
603
603
  <dt class="tag-source">Source:</dt>
604
604
  <dd class="tag-source"><ul class="dummy"><li>
605
- <a href="ECatUser.js.html">ECatUser.js</a>, <a href="ECatUser.js.html#line188">line 188</a>
605
+ <a href="ECatUser.js.html">ECatUser.js</a>, <a href="ECatUser.js.html#line185">line 185</a>
606
606
  </li></ul></dd>
607
607
 
608
608
 
@@ -649,7 +649,7 @@
649
649
 
650
650
 
651
651
  <div class="description usertext">
652
- Get a user
652
+ Get a user (Light)
653
653
  </div>
654
654
 
655
655
 
@@ -841,7 +841,7 @@
841
841
 
842
842
 
843
843
  <div class="description usertext">
844
- Retrieve a user's ZAK token
844
+ Retrieve a user's ZAK token (Light)
845
845
  </div>
846
846
 
847
847
 
@@ -986,7 +986,7 @@
986
986
 
987
987
  <dt class="tag-source">Source:</dt>
988
988
  <dd class="tag-source"><ul class="dummy"><li>
989
- <a href="ECatUser.js.html">ECatUser.js</a>, <a href="ECatUser.js.html#line214">line 214</a>
989
+ <a href="ECatUser.js.html">ECatUser.js</a>, <a href="ECatUser.js.html#line211">line 211</a>
990
990
  </li></ul></dd>
991
991
 
992
992
 
@@ -1033,7 +1033,7 @@
1033
1033
 
1034
1034
 
1035
1035
  <div class="description usertext">
1036
- Promote a user to "licensed" type
1036
+ Promote a user to "licensed" type (Light)
1037
1037
  </div>
1038
1038
 
1039
1039