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.
Files changed (45) hide show
  1. package/docs/ECatCloudRecording.js.html +1 -1
  2. package/docs/ECatMeeting.js.html +198 -1
  3. package/docs/ECatUser.js.html +1 -1
  4. package/docs/ECatWebinar.js.html +1 -1
  5. package/docs/api.cloudRecording.html +1 -1
  6. package/docs/api.meeting.html +409 -7
  7. package/docs/api.user.html +1 -1
  8. package/docs/api.webinar.html +1 -1
  9. package/docs/index.html +1 -1
  10. package/lib/endpoints/ECatMeeting.d.ts +30 -0
  11. package/lib/endpoints/ECatMeeting.js +197 -0
  12. package/lib/endpoints/ECatMeeting.js.map +1 -1
  13. package/lib/shared/types/ErrorCode.d.ts +1 -0
  14. package/lib/shared/types/ErrorCode.js +2 -1
  15. package/lib/shared/types/ErrorCode.js.map +1 -1
  16. package/lib/types/PollOccurrence.d.ts +19 -0
  17. package/lib/types/PollOccurrence.js +3 -0
  18. package/lib/types/PollOccurrence.js.map +1 -0
  19. package/lib/types/ZoomPollInfo.d.ts +16 -0
  20. package/lib/types/ZoomPollInfo.js +3 -0
  21. package/lib/types/ZoomPollInfo.js.map +1 -0
  22. package/lib/types/ZoomPollOccurrence.d.ts +19 -0
  23. package/lib/types/ZoomPollOccurrence.js +3 -0
  24. package/lib/types/ZoomPollOccurrence.js.map +1 -0
  25. package/lib/types/ZoomPollQuestion.d.ts +30 -0
  26. package/lib/types/ZoomPollQuestion.js +3 -0
  27. package/lib/types/ZoomPollQuestion.js.map +1 -0
  28. package/lib/types/ZoomPollQuestionAndAnswerType.d.ts +14 -0
  29. package/lib/types/ZoomPollQuestionAndAnswerType.js +25 -0
  30. package/lib/types/ZoomPollQuestionAndAnswerType.js.map +1 -0
  31. package/lib/types/ZoomPollStatus.d.ts +11 -0
  32. package/lib/types/ZoomPollStatus.js +19 -0
  33. package/lib/types/ZoomPollStatus.js.map +1 -0
  34. package/lib/types/ZoomPollType.d.ts +10 -0
  35. package/lib/types/ZoomPollType.js +17 -0
  36. package/lib/types/ZoomPollType.js.map +1 -0
  37. package/package.json +1 -1
  38. package/src/endpoints/ECatMeeting.ts +258 -0
  39. package/src/shared/types/ErrorCode.ts +2 -1
  40. package/src/types/ZoomPollInfo.ts +24 -0
  41. package/src/types/ZoomPollOccurrence.ts +29 -0
  42. package/src/types/ZoomPollQuestion.ts +70 -0
  43. package/src/types/ZoomPollQuestionAndAnswerType.ts +22 -0
  44. package/src/types/ZoomPollStatus.ts +16 -0
  45. package/src/types/ZoomPollType.ts +14 -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#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">
@@ -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">
@@ -61,6 +61,17 @@ var __extends = (this &amp;&amp; this.__extends) || (function () {
61
61
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
62
62
  };
63
63
  })();
64
+ var __assign = (this &amp;&amp; this.__assign) || function () {
65
+ __assign = Object.assign || function(t) {
66
+ for (var s, i = 1, n = arguments.length; i &lt; n; i++) {
67
+ s = arguments[i];
68
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
69
+ t[p] = s[p];
70
+ }
71
+ return t;
72
+ };
73
+ return __assign.apply(this, arguments);
74
+ };
64
75
  var __awaiter = (this &amp;&amp; this.__awaiter) || function (thisArg, _arguments, P, generator) {
65
76
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
66
77
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -106,6 +117,9 @@ var EndpointCategory_1 = __importDefault(require("../shared/interfaces/EndpointC
106
117
  // Import shared classes
107
118
  var ZACCLError_1 = __importDefault(require("../shared/classes/ZACCLError"));
108
119
  var ErrorCode_1 = __importDefault(require("../shared/types/ErrorCode"));
120
+ var ZoomPollQuestionAndAnswerType_1 = __importDefault(require("../types/ZoomPollQuestionAndAnswerType"));
121
+ var ZoomPollType_1 = __importDefault(require("../types/ZoomPollType"));
122
+ var ZoomPollStatus_1 = __importDefault(require("../types/ZoomPollStatus"));
109
123
  var ECatMeeting = /** @class */ (function (_super) {
110
124
  __extends(ECatMeeting, _super);
111
125
  function ECatMeeting() {
@@ -300,6 +314,189 @@ var ECatMeeting = /** @class */ (function (_super) {
300
314
  });
301
315
  });
302
316
  };
317
+ /**
318
+ * List past poll occurrences
319
+ * @author Yuen Ler Chow
320
+ * @instance
321
+ * @memberof api.meeting
322
+ * @method listPastPollOccurrences
323
+ * @param opts object containing all arguments
324
+ * @param opts.meetingId the Zoom ID of the meeting
325
+ * @returns list of past poll occurrences
326
+ */
327
+ ECatMeeting.prototype.listPastPollOccurrences = function (opts) {
328
+ return __awaiter(this, void 0, void 0, function () {
329
+ var response, pollIdToOccurrenceMap, questions, questionToIndexMap;
330
+ return __generator(this, function (_a) {
331
+ switch (_a.label) {
332
+ case 0: return [4 /*yield*/, this.visitEndpoint({
333
+ path: "/past_meetings/".concat(opts.meetingId, "/polls"),
334
+ action: 'get the list of polls that occurred in a past meeting',
335
+ method: 'GET',
336
+ errorMap: {
337
+ 400: 'We could not access the poll data for this meeting.',
338
+ 12702: 'You are not allowed to access information about meetings that occurred more than 1 year ago.',
339
+ },
340
+ })];
341
+ case 1:
342
+ response = _a.sent();
343
+ pollIdToOccurrenceMap = {};
344
+ questions = [];
345
+ questionToIndexMap = {};
346
+ // Process each poll response
347
+ response.questions.forEach(function (user) {
348
+ var email = user.email, name = user.name, questionDetails = user.question_details;
349
+ // Loop through each answer
350
+ questionDetails.forEach(function (questionDetail) {
351
+ var answer = questionDetail.answer, dateTime = questionDetail.date_time, pollId = questionDetail.polling_id, question = questionDetail.question;
352
+ // Parse date time as ms since epoch
353
+ var pollTime = new Date("".concat(dateTime, " UTC")).getTime();
354
+ // Reformat as a response object
355
+ var response = {
356
+ userFullName: name,
357
+ userEmail: email,
358
+ answer: answer,
359
+ timestamp: pollTime,
360
+ };
361
+ if (!pollIdToOccurrenceMap[pollId]) {
362
+ pollIdToOccurrenceMap[pollId] = {
363
+ pollId: pollId,
364
+ timestamp: pollTime,
365
+ questions: [
366
+ {
367
+ prompt: question,
368
+ responses: [response],
369
+ },
370
+ ]
371
+ };
372
+ }
373
+ else {
374
+ if (questions.includes(question)) {
375
+ // Add response to existing question
376
+ pollIdToOccurrenceMap[pollId]
377
+ .questions[questionToIndexMap[question]]
378
+ .responses
379
+ .push(response);
380
+ }
381
+ else {
382
+ // Poll is there but question is not. Add prompt and response
383
+ pollIdToOccurrenceMap[pollId].questions.push({
384
+ prompt: question,
385
+ responses: [response],
386
+ });
387
+ }
388
+ // Update timestamp if the new timestamp is earlier
389
+ if (pollTime &lt; pollIdToOccurrenceMap[pollId].timestamp) {
390
+ pollIdToOccurrenceMap[pollId].timestamp = dateTime;
391
+ }
392
+ // Store to the indexMap
393
+ questionToIndexMap[question] = pollIdToOccurrenceMap[pollId].questions.length - 1;
394
+ }
395
+ });
396
+ });
397
+ // Flatten map into an array
398
+ return [2 /*return*/, Object.values(pollIdToOccurrenceMap)];
399
+ }
400
+ });
401
+ });
402
+ };
403
+ /**
404
+ * Get poll info
405
+ * @author Yuen Ler Chow
406
+ * @instance
407
+ * @memberof api.meeting
408
+ * @method getPollInfo
409
+ * @param opts object containing all arguments
410
+ * @param opts.meetingId the Zoom ID of the meeting
411
+ * @param opts.pollId the id of the poll
412
+ * @returns object with all info about the poll
413
+ */
414
+ ECatMeeting.prototype.getPollInfo = function (opts) {
415
+ var _a, _b, _c;
416
+ return __awaiter(this, void 0, void 0, function () {
417
+ var response, pollInfo;
418
+ return __generator(this, function (_d) {
419
+ switch (_d.label) {
420
+ case 0: return [4 /*yield*/, this.visitEndpoint({
421
+ path: "/meetings/".concat(opts.meetingId, "/polls/").concat(opts.pollId),
422
+ action: 'get the poll info',
423
+ method: 'GET',
424
+ errorMap: {
425
+ 4400: 'Meeting polls are disabled on your account.',
426
+ 3161: 'Meeting hosting and scheduling capabilities are not allowed for your user account.',
427
+ 404: 'We could not find the poll.',
428
+ },
429
+ })];
430
+ case 1:
431
+ response = _d.sent();
432
+ try {
433
+ pollInfo = {
434
+ // Add the poll id
435
+ pollId: response.id,
436
+ // Convert string status to enum
437
+ pollStatus: ((_a = {
438
+ notstart: ZoomPollStatus_1.default.NotStart,
439
+ started: ZoomPollStatus_1.default.Started,
440
+ sharing: ZoomPollStatus_1.default.Sharing,
441
+ ended: ZoomPollStatus_1.default.Ended,
442
+ }[response.status]) !== null &amp;&amp; _a !== void 0 ? _a : ZoomPollStatus_1.default.NotStart),
443
+ // Check if poll is anonymous
444
+ anonymous: !!response.anonymous,
445
+ // Convert string type to enum
446
+ pollType: ((_b = {
447
+ 1: ZoomPollType_1.default.Poll,
448
+ 2: ZoomPollType_1.default.AdvancedPoll,
449
+ 3: ZoomPollType_1.default.Quiz,
450
+ }[response.type]) !== null &amp;&amp; _b !== void 0 ? _b : ZoomPollType_1.default.Poll),
451
+ // Add the title
452
+ title: response.title,
453
+ // Parse and format questions
454
+ questions: response.questions.map(function (question) {
455
+ // Destructure and convert variables to camelCase
456
+ var answerRequired = question.answer_required, answers = question.answers, name = question.name, rightAnswers = question.right_answers, questionType = question.question_type, caseSensitive = question.case_sensitive, answerMinCharacters = question.answer_min_character, answerMaxCharacters = question.answer_max_character, ratingMaxLabel = question.rating_max_label, ratingMaxValue = question.rating_max_value, ratingMinLabel = question.rating_min_label, ratingMinValue = question.rating_min_value, showAsDropdown = question.show_as_dropdown;
457
+ // Set of fields that are common to all question types
458
+ var commonFields = {
459
+ answerRequired: !!answerRequired,
460
+ answers: answers,
461
+ name: name,
462
+ rightAnswers: rightAnswers,
463
+ };
464
+ // Add in question type-specific fields
465
+ if (questionType === 'single'
466
+ || questionType === 'multiple') {
467
+ return __assign({ questionAnswerType: (questionType === 'single'
468
+ ? ZoomPollQuestionAndAnswerType_1.default.SingleChoice
469
+ : ZoomPollQuestionAndAnswerType_1.default.MultipleChoice), showAsDropdown: !!showAsDropdown }, commonFields);
470
+ }
471
+ if (questionType === 'short_answer'
472
+ || questionType === 'long_answer') {
473
+ return __assign({ questionAnswerType: (questionType === 'short_answer'
474
+ ? ZoomPollQuestionAndAnswerType_1.default.ShortAnswer
475
+ : ZoomPollQuestionAndAnswerType_1.default.LongAnswer), answerMinCharacters: Number.parseInt(answerMinCharacters, 10), answerMaxCharacters: Number.parseInt(answerMaxCharacters, 10) }, commonFields);
476
+ }
477
+ if (questionType === 'fill_in_the_blank') {
478
+ return __assign({ questionAnswerType: ZoomPollQuestionAndAnswerType_1.default.FillInTheBlank, caseSensitive: caseSensitive }, commonFields);
479
+ }
480
+ if (questionType === 'rating_scale') {
481
+ return __assign({ questionAnswerType: ZoomPollQuestionAndAnswerType_1.default.RatingScale, ratingMaxLabel: ratingMaxLabel, ratingMaxValue: ratingMaxValue, ratingMinLabel: ratingMinLabel, ratingMinValue: ratingMinValue }, commonFields);
482
+ }
483
+ // None of the supported question types. Only return common fields
484
+ return __assign({ questionAnswerType: ZoomPollQuestionAndAnswerType_1.default.Unknown }, commonFields);
485
+ }),
486
+ };
487
+ return [2 /*return*/, pollInfo];
488
+ }
489
+ catch (err) {
490
+ throw new ZACCLError_1.default({
491
+ message: "We encountered an error while parsing Zoom poll information: ".concat((_c = err.message) !== null &amp;&amp; _c !== void 0 ? _c : 'unknown error'),
492
+ code: ErrorCode_1.default.PollInfoMalformed,
493
+ });
494
+ }
495
+ return [2 /*return*/];
496
+ }
497
+ });
498
+ });
499
+ };
303
500
  /**
304
501
  * Add one alt-host if not already in the list. If another user in the alt-host
305
502
  * list has been deactivated, all alt-hosts are removed and the requested
@@ -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">
@@ -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">
@@ -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">