@webex/plugin-meetings 1.159.5 → 1.161.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 (134) hide show
  1. package/dist/analyzer/analyzer.js.map +1 -1
  2. package/dist/analyzer/calculator.js.map +1 -1
  3. package/dist/common/browser-detection.js.map +1 -1
  4. package/dist/common/collection.js.map +1 -1
  5. package/dist/common/config.js.map +1 -1
  6. package/dist/common/constants.js.map +1 -1
  7. package/dist/common/errors/captcha-error.js +3 -1
  8. package/dist/common/errors/captcha-error.js.map +1 -1
  9. package/dist/common/errors/intent-to-join.js +3 -1
  10. package/dist/common/errors/intent-to-join.js.map +1 -1
  11. package/dist/common/errors/join-meeting.js +3 -1
  12. package/dist/common/errors/join-meeting.js.map +1 -1
  13. package/dist/common/errors/media.js +3 -1
  14. package/dist/common/errors/media.js.map +1 -1
  15. package/dist/common/errors/parameter.js +3 -1
  16. package/dist/common/errors/parameter.js.map +1 -1
  17. package/dist/common/errors/password-error.js +3 -1
  18. package/dist/common/errors/password-error.js.map +1 -1
  19. package/dist/common/errors/permission.js +3 -1
  20. package/dist/common/errors/permission.js.map +1 -1
  21. package/dist/common/errors/reconnection-in-progress.js +3 -1
  22. package/dist/common/errors/reconnection-in-progress.js.map +1 -1
  23. package/dist/common/errors/reconnection.js +3 -1
  24. package/dist/common/errors/reconnection.js.map +1 -1
  25. package/dist/common/errors/stats.js +3 -1
  26. package/dist/common/errors/stats.js.map +1 -1
  27. package/dist/common/errors/webex-errors.js +9 -7
  28. package/dist/common/errors/webex-errors.js.map +1 -1
  29. package/dist/common/errors/webex-meetings-error.js.map +1 -1
  30. package/dist/common/events/events-scope.js.map +1 -1
  31. package/dist/common/events/events.js.map +1 -1
  32. package/dist/common/events/trigger-proxy.js.map +1 -1
  33. package/dist/common/events/util.js.map +1 -1
  34. package/dist/common/logs/logger-config.js.map +1 -1
  35. package/dist/common/logs/logger-proxy.js.map +1 -1
  36. package/dist/common/logs/request.js.map +1 -1
  37. package/dist/common/queue.js.map +1 -1
  38. package/dist/config.js.map +1 -1
  39. package/dist/constants.js +2 -2
  40. package/dist/constants.js.map +1 -1
  41. package/dist/index.js +1 -1
  42. package/dist/index.js.map +1 -1
  43. package/dist/locus-info/controlsUtils.js +4 -3
  44. package/dist/locus-info/controlsUtils.js.map +1 -1
  45. package/dist/locus-info/fullState.js.map +1 -1
  46. package/dist/locus-info/hostUtils.js.map +1 -1
  47. package/dist/locus-info/index.js.map +1 -1
  48. package/dist/locus-info/infoUtils.js.map +1 -1
  49. package/dist/locus-info/mediaSharesUtils.js.map +1 -1
  50. package/dist/locus-info/parser.js.map +1 -1
  51. package/dist/locus-info/selfUtils.js.map +1 -1
  52. package/dist/media/index.js +2 -2
  53. package/dist/media/index.js.map +1 -1
  54. package/dist/media/properties.js.map +1 -1
  55. package/dist/media/util.js.map +1 -1
  56. package/dist/mediaQualityMetrics/config.js.map +1 -1
  57. package/dist/meeting/in-meeting-actions.js.map +1 -1
  58. package/dist/meeting/index.js +2 -2
  59. package/dist/meeting/index.js.map +1 -1
  60. package/dist/meeting/muteState.js +3 -1
  61. package/dist/meeting/muteState.js.map +1 -1
  62. package/dist/meeting/request.js +2 -2
  63. package/dist/meeting/request.js.map +1 -1
  64. package/dist/meeting/state.js.map +1 -1
  65. package/dist/meeting/util.js +2 -2
  66. package/dist/meeting/util.js.map +1 -1
  67. package/dist/meeting-info/collection.js.map +1 -1
  68. package/dist/meeting-info/index.js.map +1 -1
  69. package/dist/meeting-info/meeting-info-v2.js +6 -6
  70. package/dist/meeting-info/meeting-info-v2.js.map +1 -1
  71. package/dist/meeting-info/request.js.map +1 -1
  72. package/dist/meeting-info/util.js.map +1 -1
  73. package/dist/meeting-info/utilv2.js.map +1 -1
  74. package/dist/meetings/collection.js.map +1 -1
  75. package/dist/meetings/index.js +219 -219
  76. package/dist/meetings/index.js.map +1 -1
  77. package/dist/meetings/request.js.map +1 -1
  78. package/dist/meetings/util.js.map +1 -1
  79. package/dist/member/index.js.map +1 -1
  80. package/dist/member/util.js.map +1 -1
  81. package/dist/members/collection.js.map +1 -1
  82. package/dist/members/index.js.map +1 -1
  83. package/dist/members/request.js.map +1 -1
  84. package/dist/members/util.js.map +1 -1
  85. package/dist/metrics/config.js +1 -1
  86. package/dist/metrics/config.js.map +1 -1
  87. package/dist/metrics/constants.js.map +1 -1
  88. package/dist/metrics/index.js.map +1 -1
  89. package/dist/metrics/mqa-processor.js +2 -2
  90. package/dist/metrics/mqa-processor.js.map +1 -1
  91. package/dist/networkQualityMonitor/index.js.map +1 -1
  92. package/dist/peer-connection-manager/index.js.map +1 -1
  93. package/dist/peer-connection-manager/util.js.map +1 -1
  94. package/dist/personal-meeting-room/index.js.map +1 -1
  95. package/dist/personal-meeting-room/request.js.map +1 -1
  96. package/dist/personal-meeting-room/util.js.map +1 -1
  97. package/dist/reachability/index.js.map +1 -1
  98. package/dist/reachability/request.js +4 -3
  99. package/dist/reachability/request.js.map +1 -1
  100. package/dist/reconnection-manager/index.js +2 -2
  101. package/dist/reconnection-manager/index.js.map +1 -1
  102. package/dist/roap/collection.js.map +1 -1
  103. package/dist/roap/handler.js.map +1 -1
  104. package/dist/roap/index.js +7 -7
  105. package/dist/roap/index.js.map +1 -1
  106. package/dist/roap/request.js +2 -2
  107. package/dist/roap/request.js.map +1 -1
  108. package/dist/roap/state.js.map +1 -1
  109. package/dist/roap/util.js.map +1 -1
  110. package/dist/stats/data.js.map +1 -1
  111. package/dist/stats/events.js.map +1 -1
  112. package/dist/stats/filter.js.map +1 -1
  113. package/dist/stats/history.js.map +1 -1
  114. package/dist/stats/index.js +126 -126
  115. package/dist/stats/index.js.map +1 -1
  116. package/dist/stats/metrics.js.map +1 -1
  117. package/dist/stats/stats.js.map +1 -1
  118. package/dist/stats/stream.js.map +1 -1
  119. package/dist/stats/transformer.js.map +1 -1
  120. package/dist/stats/util.js.map +1 -1
  121. package/dist/statsAnalyzer/global.js.map +1 -1
  122. package/dist/statsAnalyzer/index.js +1 -1
  123. package/dist/statsAnalyzer/index.js.map +1 -1
  124. package/dist/statsAnalyzer/mqaUtil.js.map +1 -1
  125. package/dist/transcription/index.js.map +1 -1
  126. package/package.json +6 -6
  127. package/src/common/errors/webex-errors.js +1 -1
  128. package/src/locus-info/parser.js +2 -2
  129. package/src/meeting/index.js +1 -2
  130. package/src/meeting/util.js +2 -2
  131. package/src/meetings/index.js +554 -557
  132. package/src/roap/index.js +48 -48
  133. package/src/stats/index.js +142 -142
  134. package/src/statsAnalyzer/index.js +1 -1
@@ -152,11 +152,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
152
152
  var _super = _createSuper(Meetings);
153
153
 
154
154
  /**
155
- * Initializes the Meetings Plugin
156
- * @constructor
157
- * @public
158
- * @memberof Meetings
159
- */
155
+ * Initializes the Meetings Plugin
156
+ * @constructor
157
+ * @public
158
+ * @memberof Meetings
159
+ */
160
160
  function Meetings() {
161
161
  var _this;
162
162
 
@@ -168,74 +168,74 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
168
168
 
169
169
  _this = _super.call.apply(_super, [this].concat(args));
170
170
  /**
171
- * The Meetings request to interact with server
172
- * @instance
173
- * @type {Object}
174
- * @private
175
- * @memberof Meetings
176
- */
171
+ * The Meetings request to interact with server
172
+ * @instance
173
+ * @type {Object}
174
+ * @private
175
+ * @memberof Meetings
176
+ */
177
177
 
178
178
  (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "namespace", _constants.MEETINGS);
179
179
  _this.request = new _request2.default({}, {
180
180
  parent: _this.webex
181
181
  });
182
182
  /**
183
- * Log upload request helper
184
- * @instance
185
- * @type {Object}
186
- * @private
187
- * @memberof Meetings
188
- */
183
+ * Log upload request helper
184
+ * @instance
185
+ * @type {Object}
186
+ * @private
187
+ * @memberof Meetings
188
+ */
189
189
 
190
190
  _this.loggerRequest = new _request.default({
191
191
  webex: _this.webex
192
192
  });
193
193
  _this.meetingCollection = new _collection.default();
194
194
  /**
195
- * The PersonalMeetingRoom object to interact with server
196
- * @instance
197
- * @type {Object}
198
- * @public
199
- * @memberof Meetings
200
- */
195
+ * The PersonalMeetingRoom object to interact with server
196
+ * @instance
197
+ * @type {Object}
198
+ * @public
199
+ * @memberof Meetings
200
+ */
201
201
 
202
202
  _this.personalMeetingRoom = null;
203
203
  /**
204
- * The Reachability object to interact with server, starts as null until {@link Meeting#setReachability} is called
205
- * starts as null
206
- * @instance
207
- * @type {Object}
208
- * @private
209
- * @memberof Meetings
210
- */
204
+ * The Reachability object to interact with server, starts as null until {@link Meeting#setReachability} is called
205
+ * starts as null
206
+ * @instance
207
+ * @type {Object}
208
+ * @private
209
+ * @memberof Meetings
210
+ */
211
211
 
212
212
  _this.reachability = null;
213
213
  /**
214
- * If the meetings plugin has been registered and listening via {@link Meetings#register}
215
- * @instance
216
- * @type {Boolean}
217
- * @public
218
- * @memberof Meetings
219
- */
214
+ * If the meetings plugin has been registered and listening via {@link Meetings#register}
215
+ * @instance
216
+ * @type {Boolean}
217
+ * @public
218
+ * @memberof Meetings
219
+ */
220
220
 
221
221
  _this.registered = false;
222
222
  /**
223
- * This values indicates the preferred webex site the user will start there meeting, getsits value from {@link Meetings#register}
224
- * @instance
225
- * @type {String}
226
- * @private
227
- * @memberof Meetings
228
- */
223
+ * This values indicates the preferred webex site the user will start there meeting, getsits value from {@link Meetings#register}
224
+ * @instance
225
+ * @type {String}
226
+ * @private
227
+ * @memberof Meetings
228
+ */
229
229
 
230
230
  _this.preferredWebexSite = '';
231
231
  /**
232
- * The public interface for the internal Media util files. These are helpful to expose outside the context
233
- * of a meeting so that a user can access media without creating a meeting instance.
234
- * @instance
235
- * @type {Object}
236
- * @private
237
- * @memberof Meetings
238
- */
232
+ * The public interface for the internal Media util files. These are helpful to expose outside the context
233
+ * of a meeting so that a user can access media without creating a meeting instance.
234
+ * @instance
235
+ * @type {Object}
236
+ * @private
237
+ * @memberof Meetings
238
+ */
239
239
 
240
240
  _this.media = {
241
241
  getUserMedia: _media.default.getUserMedia,
@@ -253,15 +253,15 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
253
253
  return _this;
254
254
  }
255
255
  /**
256
- * handle locus events and takes meeting actions with them as they come in
257
- * @param {Object} data a locus event
258
- * @param {String} data.locusUrl
259
- * @param {Object} data.locus
260
- * @param {String} data.eventType
261
- * @returns {undefined}
262
- * @private
263
- * @memberof Meetings
264
- */
256
+ * handle locus events and takes meeting actions with them as they come in
257
+ * @param {Object} data a locus event
258
+ * @param {String} data.locusUrl
259
+ * @param {Object} data.locus
260
+ * @param {String} data.eventType
261
+ * @returns {undefined}
262
+ * @private
263
+ * @memberof Meetings
264
+ */
265
265
 
266
266
 
267
267
  (0, _createClass2.default)(Meetings, [{
@@ -351,14 +351,14 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
351
351
  }
352
352
  }
353
353
  /**
354
- * handles locus events through mercury that are not roap
355
- * @param {Object} envelope
356
- * @param {Object} envelope.data
357
- * @param {String} envelope.data.eventType
358
- * @returns {undefined}
359
- * @private
360
- * @memberof Meetings
361
- */
354
+ * handles locus events through mercury that are not roap
355
+ * @param {Object} envelope
356
+ * @param {Object} envelope.data
357
+ * @param {String} envelope.data.eventType
358
+ * @returns {undefined}
359
+ * @private
360
+ * @memberof Meetings
361
+ */
362
362
 
363
363
  }, {
364
364
  key: "handleLocusMercury",
@@ -371,11 +371,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
371
371
  }
372
372
  }
373
373
  /**
374
- * handles mecury offline event
375
- * @returns {undefined}
376
- * @private
377
- * @memberof Meetings
378
- */
374
+ * handles mecury offline event
375
+ * @returns {undefined}
376
+ * @private
377
+ * @memberof Meetings
378
+ */
379
379
 
380
380
  }, {
381
381
  key: "handleMercuryOffline",
@@ -386,11 +386,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
386
386
  }, _constants.EVENT_TRIGGERS.MEETINGS_NETWORK_DISCONNECTED);
387
387
  }
388
388
  /**
389
- * registers for locus and roap mercury events
390
- * @returns {undefined}
391
- * @private
392
- * @memberof Meetings
393
- */
389
+ * registers for locus and roap mercury events
390
+ * @returns {undefined}
391
+ * @private
392
+ * @memberof Meetings
393
+ */
394
394
 
395
395
  }, {
396
396
  key: "listenForEvents",
@@ -411,11 +411,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
411
411
  });
412
412
  }
413
413
  /**
414
- * stops listening for locus and roap mercury events
415
- * @returns {undefined}
416
- * @private
417
- * @memberof Meetings
418
- */
414
+ * stops listening for locus and roap mercury events
415
+ * @returns {undefined}
416
+ * @private
417
+ * @memberof Meetings
418
+ */
419
419
 
420
420
  }, {
421
421
  key: "stopListeningForEvents",
@@ -425,10 +425,10 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
425
425
  this.webex.internal.mercury.off(_constants.ONLINE);
426
426
  }
427
427
  /**
428
- * @returns {undefined}
429
- * @private
430
- * @memberof Meetings
431
- */
428
+ * @returns {undefined}
429
+ * @private
430
+ * @memberof Meetings
431
+ */
432
432
 
433
433
  }, {
434
434
  key: "onReady",
@@ -442,12 +442,12 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
442
442
 
443
443
  _loggerConfig.default.set(_this4.config.logging);
444
444
  /**
445
- * The MeetingInfo object to interact with server
446
- * @instance
447
- * @type {Object}
448
- * @private
449
- * @memberof Meetings
450
- */
445
+ * The MeetingInfo object to interact with server
446
+ * @instance
447
+ * @type {Object}
448
+ * @private
449
+ * @memberof Meetings
450
+ */
451
451
 
452
452
 
453
453
  _this4.meetingInfo = _this4.config.experimental.enableUnifiedMeetings ? new _meetingInfoV.default(_this4.webex) : new _meetingInfo.default(_this4.webex);
@@ -464,12 +464,12 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
464
464
  });
465
465
  }
466
466
  /**
467
- * API to toggle unified meetings
468
- * @param {Boolean} changeState
469
- * @private
470
- * @memberof Meetings
471
- * @returns {undefined}
472
- */
467
+ * API to toggle unified meetings
468
+ * @param {Boolean} changeState
469
+ * @private
470
+ * @memberof Meetings
471
+ * @returns {undefined}
472
+ */
473
473
 
474
474
  }, {
475
475
  key: "_toggleUnifiedMeetings",
@@ -486,12 +486,12 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
486
486
  }
487
487
  }
488
488
  /**
489
- * API to toggle starting adhoc meeting
490
- * @param {Boolean} changeState
491
- * @private
492
- * @memberof Meetings
493
- * @returns {undefined}
494
- */
489
+ * API to toggle starting adhoc meeting
490
+ * @param {Boolean} changeState
491
+ * @private
492
+ * @memberof Meetings
493
+ * @returns {undefined}
494
+ */
495
495
 
496
496
  }, {
497
497
  key: "_toggleAdhocMeetings",
@@ -507,13 +507,13 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
507
507
  }
508
508
  }
509
509
  /**
510
- * Explicitly sets up the meetings plugin by registering
511
- * the device, connecting to mercury, and listening for locus events.
512
- *
513
- * @returns {Promise}
514
- * @public
515
- * @memberof Meetings
516
- */
510
+ * Explicitly sets up the meetings plugin by registering
511
+ * the device, connecting to mercury, and listening for locus events.
512
+ *
513
+ * @returns {Promise}
514
+ * @public
515
+ * @memberof Meetings
516
+ */
517
517
 
518
518
  }, {
519
519
  key: "register",
@@ -561,13 +561,13 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
561
561
  });
562
562
  }
563
563
  /**
564
- * Explicitly tears down the meetings plugin by deregistering
565
- * the device, disconnecting from mercury, and stops listening to locus events
566
- *
567
- * @returns {Promise}
568
- * @public
569
- * @memberof Meetings
570
- */
564
+ * Explicitly tears down the meetings plugin by deregistering
565
+ * the device, disconnecting from mercury, and stops listening to locus events
566
+ *
567
+ * @returns {Promise}
568
+ * @public
569
+ * @memberof Meetings
570
+ */
571
571
 
572
572
  }, {
573
573
  key: "unregister",
@@ -593,17 +593,17 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
593
593
  });
594
594
  }
595
595
  /**
596
- * Uploads logs to the webex services for tracking
597
- * @param {Object} [options={}]
598
- * @param {String} [options.callStart] Call Start Time
599
- * @param {String} [options.feedbackId] ID used for tracking
600
- * @param {String} [options.locusId]
601
- * @param {String} [options.correlationId]
602
- * @param {String} [options.meetingId] webex meeting ID
603
- * @param {String} [options.userId] userId
604
- * @param {String} [options.orgId] org id
605
- * @returns {String} feedback ID logs were submitted under
606
- */
596
+ * Uploads logs to the webex services for tracking
597
+ * @param {Object} [options={}]
598
+ * @param {String} [options.callStart] Call Start Time
599
+ * @param {String} [options.feedbackId] ID used for tracking
600
+ * @param {String} [options.locusId]
601
+ * @param {String} [options.correlationId]
602
+ * @param {String} [options.meetingId] webex meeting ID
603
+ * @param {String} [options.userId] userId
604
+ * @param {String} [options.orgId] org id
605
+ * @returns {String} feedback ID logs were submitted under
606
+ */
607
607
 
608
608
  }, {
609
609
  key: "uploadLogs",
@@ -644,11 +644,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
644
644
  });
645
645
  }
646
646
  /**
647
- * initializes the reachability instance for Meetings
648
- * @returns {undefined}
649
- * @public
650
- * @memberof Meetings
651
- */
647
+ * initializes the reachability instance for Meetings
648
+ * @returns {undefined}
649
+ * @public
650
+ * @memberof Meetings
651
+ */
652
652
 
653
653
  }, {
654
654
  key: "setReachability",
@@ -656,11 +656,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
656
656
  this.reachability = new _reachability.default(this.webex);
657
657
  }
658
658
  /**
659
- * gets the reachability instance for Meetings
660
- * @returns {Reachability}
661
- * @public
662
- * @memberof Meetings
663
- */
659
+ * gets the reachability instance for Meetings
660
+ * @returns {Reachability}
661
+ * @public
662
+ * @memberof Meetings
663
+ */
664
664
 
665
665
  }, {
666
666
  key: "getReachability",
@@ -668,11 +668,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
668
668
  return this.reachability;
669
669
  }
670
670
  /**
671
- * initializes and starts gathering reachability for Meetings
672
- * @returns {Promise}
673
- * @public
674
- * @memberof Meetings
675
- */
671
+ * initializes and starts gathering reachability for Meetings
672
+ * @returns {Promise}
673
+ * @public
674
+ * @memberof Meetings
675
+ */
676
676
 
677
677
  }, {
678
678
  key: "startReachability",
@@ -684,11 +684,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
684
684
  return this.getReachability().gatherReachability();
685
685
  }
686
686
  /**
687
- * Get geoHint for info for meetings
688
- * @returns {Promise}
689
- * @private
690
- * @memberof Meetings
691
- */
687
+ * Get geoHint for info for meetings
688
+ * @returns {Promise}
689
+ * @private
690
+ * @memberof Meetings
691
+ */
692
692
 
693
693
  }, {
694
694
  key: "getGeoHint",
@@ -700,12 +700,12 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
700
700
  });
701
701
  }
702
702
  /**
703
- * Fetch user preferred webex site information
704
- * This also has other infomation about the user
705
- * @returns {Promise}
706
- * @private
707
- * @memberof Meetings
708
- */
703
+ * Fetch user preferred webex site information
704
+ * This also has other infomation about the user
705
+ * @returns {Promise}
706
+ * @private
707
+ * @memberof Meetings
708
+ */
709
709
 
710
710
  }, {
711
711
  key: "fetchUserPreferredWebexSite",
@@ -719,11 +719,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
719
719
  });
720
720
  }
721
721
  /**
722
- * gets the personal meeting room instance, for saved PMR values for this user
723
- * @returns {PersonalMeetingRoom}
724
- * @public
725
- * @memberof Meetings
726
- */
722
+ * gets the personal meeting room instance, for saved PMR values for this user
723
+ * @returns {PersonalMeetingRoom}
724
+ * @public
725
+ * @memberof Meetings
726
+ */
727
727
 
728
728
  }, {
729
729
  key: "getPersonalMeetingRoom",
@@ -731,13 +731,13 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
731
731
  return this.personalMeetingRoom;
732
732
  }
733
733
  /**
734
- * @param {Meeting} meeting
735
- * @param {Object} reason
736
- * @param {String} type
737
- * @returns {Undefined}
738
- * @private
739
- * @memberof Meetings
740
- */
734
+ * @param {Meeting} meeting
735
+ * @param {Object} reason
736
+ * @param {String} type
737
+ * @returns {Undefined}
738
+ * @private
739
+ * @memberof Meetings
740
+ */
741
741
 
742
742
  }, {
743
743
  key: "destroy",
@@ -755,13 +755,13 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
755
755
  });
756
756
  }
757
757
  /**
758
- * Create a meeting.
759
- * @param {string} destination - sipURL, spaceId, phonenumber, or locus object}
760
- * @param {string} [type] - the optional specified type, such as locusId
761
- * @returns {Promise<Meeting>} A new Meeting.
762
- * @public
763
- * @memberof Meetings
764
- */
758
+ * Create a meeting.
759
+ * @param {string} destination - sipURL, spaceId, phonenumber, or locus object}
760
+ * @param {string} [type] - the optional specified type, such as locusId
761
+ * @returns {Promise<Meeting>} A new Meeting.
762
+ * @public
763
+ * @memberof Meetings
764
+ */
765
765
 
766
766
  }, {
767
767
  key: "create",
@@ -853,12 +853,12 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
853
853
  });
854
854
  }
855
855
  /**
856
- * @param {String} destination see create()
857
- * @param {String} type see create()
858
- * @returns {Promise} a new meeting instance complete with meeting info and destination
859
- * @private
860
- * @memberof Meetings
861
- */
856
+ * @param {String} destination see create()
857
+ * @param {String} type see create()
858
+ * @returns {Promise} a new meeting instance complete with meeting info and destination
859
+ * @private
860
+ * @memberof Meetings
861
+ */
862
862
 
863
863
  }, {
864
864
  key: "createMeeting",
@@ -952,13 +952,13 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
952
952
  return createMeeting;
953
953
  }()
954
954
  /**
955
- * get a specifc meeting given it's type matched to the value, i.e., locus url
956
- * @param {String} type
957
- * @param {Object} value
958
- * @returns {Meeting}
959
- * @public
960
- * @memberof Meetings
961
- */
955
+ * get a specifc meeting given it's type matched to the value, i.e., locus url
956
+ * @param {String} type
957
+ * @param {Object} value
958
+ * @returns {Meeting}
959
+ * @public
960
+ * @memberof Meetings
961
+ */
962
962
 
963
963
  }, {
964
964
  key: "getMeetingByType",
@@ -966,14 +966,14 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
966
966
  return this.meetingCollection.getByKey(type, value);
967
967
  }
968
968
  /**
969
- * Get all meetings.
970
- * @param {object} options
971
- * @param {object} options.startDate - get meetings after this start date
972
- * @param {object} options.endDate - get meetings before this end date
973
- * @returns {Object} All currently active meetings.
974
- * @public
975
- * @memberof Meetings
976
- */
969
+ * Get all meetings.
970
+ * @param {object} options
971
+ * @param {object} options.startDate - get meetings after this start date
972
+ * @param {object} options.endDate - get meetings before this end date
973
+ * @returns {Object} All currently active meetings.
974
+ * @public
975
+ * @memberof Meetings
976
+ */
977
977
 
978
978
  }, {
979
979
  key: "getAllMeetings",
@@ -984,11 +984,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
984
984
  return this.meetingCollection.getAll(options);
985
985
  }
986
986
  /**
987
- * syncs all the meeting from server
988
- * @returns {undefined}
989
- * @public
990
- * @memberof Meetings
991
- */
987
+ * syncs all the meeting from server
988
+ * @returns {undefined}
989
+ * @public
990
+ * @memberof Meetings
991
+ */
992
992
 
993
993
  }, {
994
994
  key: "syncMeetings",
@@ -1026,13 +1026,13 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
1026
1026
  });
1027
1027
  }
1028
1028
  /**
1029
- * Get all scheduled meetings.
1030
- * @param {object} options
1031
- * @param {object} options.startDate - get meetings after this start date
1032
- * @param {object} options.endDate - get meetings before this end date
1033
- * @returns {Object} All scheduled meetings.
1034
- * @memberof Meetings
1035
- */
1029
+ * Get all scheduled meetings.
1030
+ * @param {object} options
1031
+ * @param {object} options.startDate - get meetings after this start date
1032
+ * @param {object} options.endDate - get meetings before this end date
1033
+ * @returns {Object} All scheduled meetings.
1034
+ * @memberof Meetings
1035
+ */
1036
1036
 
1037
1037
  }, {
1038
1038
  key: "getScheduledMeetings",
@@ -1042,9 +1042,9 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
1042
1042
  });
1043
1043
  }
1044
1044
  /**
1045
- * Get the logger instance for plugin-meetings
1046
- * @returns {Logger}
1047
- */
1045
+ * Get the logger instance for plugin-meetings
1046
+ * @returns {Logger}
1047
+ */
1048
1048
 
1049
1049
  }, {
1050
1050
  key: "getLogger",
@@ -1052,11 +1052,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
1052
1052
  return _loggerProxy.default.get();
1053
1053
  }
1054
1054
  /**
1055
- * Get the Stats Analyzer singleton
1056
- * @returns {StatsAnalyzer}
1057
- * @public
1058
- * @memberof Meetings
1059
- */
1055
+ * Get the Stats Analyzer singleton
1056
+ * @returns {StatsAnalyzer}
1057
+ * @public
1058
+ * @memberof Meetings
1059
+ */
1060
1060
 
1061
1061
  }, {
1062
1062
  key: "getAnalyzer",
@@ -1064,11 +1064,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
1064
1064
  return _analyzer.default;
1065
1065
  }
1066
1066
  /**
1067
- * Get the Stats Calculator singleton
1068
- * @returns {StatsCalculator}
1069
- * @public
1070
- * @memberof Meetings
1071
- */
1067
+ * Get the Stats Calculator singleton
1068
+ * @returns {StatsCalculator}
1069
+ * @public
1070
+ * @memberof Meetings
1071
+ */
1072
1072
 
1073
1073
  }, {
1074
1074
  key: "getCalculator",