@webex/plugin-meetings 1.159.4 → 1.160.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 (135) 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 +222 -221
  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 +555 -558
  132. package/src/roap/index.js +48 -48
  133. package/src/stats/index.js +142 -142
  134. package/src/statsAnalyzer/index.js +1 -1
  135. package/test/unit/spec/meetings/index.js +39 -4
@@ -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,21 +253,22 @@ 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, [{
268
268
  key: "handleLocusEvent",
269
269
  value: function handleLocusEvent(data) {
270
- var _data$locus,
270
+ var _data$locus$info,
271
+ _data$locus,
271
272
  _data$locus$replaces,
272
273
  _this2 = this;
273
274
 
@@ -275,7 +276,7 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
275
276
  // Either the locus
276
277
  // TODO : Add check for the callBack Address
277
278
 
278
- meeting = this.meetingCollection.getByKey(_constants.LOCUS_URL, data.locusUrl) || this.meetingCollection.getByKey(_constants.CORRELATION_ID, _util2.default.checkForCorrelationId(this.webex.internal.device.url, data.locus)) || this.meetingCollection.getByKey(_constants.SIP_URI, data.locus.self && data.locus.self.callbackInfo && data.locus.self.callbackInfo.callbackAddress) || (this.config.experimental.enableUnifiedMeetings ? undefined : this.meetingCollection.getByKey(_constants.CONVERSATION_URL, data.locus.conversationUrl)); // Special case when locus has got replaced, This only happend once if a replace locus exists
279
+ meeting = this.meetingCollection.getByKey(_constants.LOCUS_URL, data.locusUrl) || this.meetingCollection.getByKey(_constants.CORRELATION_ID, _util2.default.checkForCorrelationId(this.webex.internal.device.url, data.locus)) || this.meetingCollection.getByKey(_constants.SIP_URI, data.locus.self && data.locus.self.callbackInfo && data.locus.self.callbackInfo.callbackAddress) || ((_data$locus$info = data.locus.info) !== null && _data$locus$info !== void 0 && _data$locus$info.isUnifiedSpaceMeeting ? undefined : this.meetingCollection.getByKey(_constants.CONVERSATION_URL, data.locus.conversationUrl)); // Special case when locus has got replaced, This only happend once if a replace locus exists
279
280
  // https://sqbu-github.cisco.com/WebExSquared/locus/wiki/Locus-changing-mid-call
280
281
 
281
282
  if (!meeting && ((_data$locus = data.locus) === null || _data$locus === void 0 ? void 0 : (_data$locus$replaces = _data$locus.replaces) === null || _data$locus$replaces === void 0 ? void 0 : _data$locus$replaces.length) > 0) {
@@ -350,14 +351,14 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
350
351
  }
351
352
  }
352
353
  /**
353
- * handles locus events through mercury that are not roap
354
- * @param {Object} envelope
355
- * @param {Object} envelope.data
356
- * @param {String} envelope.data.eventType
357
- * @returns {undefined}
358
- * @private
359
- * @memberof Meetings
360
- */
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
+ */
361
362
 
362
363
  }, {
363
364
  key: "handleLocusMercury",
@@ -370,11 +371,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
370
371
  }
371
372
  }
372
373
  /**
373
- * handles mecury offline event
374
- * @returns {undefined}
375
- * @private
376
- * @memberof Meetings
377
- */
374
+ * handles mecury offline event
375
+ * @returns {undefined}
376
+ * @private
377
+ * @memberof Meetings
378
+ */
378
379
 
379
380
  }, {
380
381
  key: "handleMercuryOffline",
@@ -385,11 +386,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
385
386
  }, _constants.EVENT_TRIGGERS.MEETINGS_NETWORK_DISCONNECTED);
386
387
  }
387
388
  /**
388
- * registers for locus and roap mercury events
389
- * @returns {undefined}
390
- * @private
391
- * @memberof Meetings
392
- */
389
+ * registers for locus and roap mercury events
390
+ * @returns {undefined}
391
+ * @private
392
+ * @memberof Meetings
393
+ */
393
394
 
394
395
  }, {
395
396
  key: "listenForEvents",
@@ -410,11 +411,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
410
411
  });
411
412
  }
412
413
  /**
413
- * stops listening for locus and roap mercury events
414
- * @returns {undefined}
415
- * @private
416
- * @memberof Meetings
417
- */
414
+ * stops listening for locus and roap mercury events
415
+ * @returns {undefined}
416
+ * @private
417
+ * @memberof Meetings
418
+ */
418
419
 
419
420
  }, {
420
421
  key: "stopListeningForEvents",
@@ -424,10 +425,10 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
424
425
  this.webex.internal.mercury.off(_constants.ONLINE);
425
426
  }
426
427
  /**
427
- * @returns {undefined}
428
- * @private
429
- * @memberof Meetings
430
- */
428
+ * @returns {undefined}
429
+ * @private
430
+ * @memberof Meetings
431
+ */
431
432
 
432
433
  }, {
433
434
  key: "onReady",
@@ -441,12 +442,12 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
441
442
 
442
443
  _loggerConfig.default.set(_this4.config.logging);
443
444
  /**
444
- * The MeetingInfo object to interact with server
445
- * @instance
446
- * @type {Object}
447
- * @private
448
- * @memberof Meetings
449
- */
445
+ * The MeetingInfo object to interact with server
446
+ * @instance
447
+ * @type {Object}
448
+ * @private
449
+ * @memberof Meetings
450
+ */
450
451
 
451
452
 
452
453
  _this4.meetingInfo = _this4.config.experimental.enableUnifiedMeetings ? new _meetingInfoV.default(_this4.webex) : new _meetingInfo.default(_this4.webex);
@@ -463,12 +464,12 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
463
464
  });
464
465
  }
465
466
  /**
466
- * API to toggle unified meetings
467
- * @param {Boolean} changeState
468
- * @private
469
- * @memberof Meetings
470
- * @returns {undefined}
471
- */
467
+ * API to toggle unified meetings
468
+ * @param {Boolean} changeState
469
+ * @private
470
+ * @memberof Meetings
471
+ * @returns {undefined}
472
+ */
472
473
 
473
474
  }, {
474
475
  key: "_toggleUnifiedMeetings",
@@ -485,12 +486,12 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
485
486
  }
486
487
  }
487
488
  /**
488
- * API to toggle starting adhoc meeting
489
- * @param {Boolean} changeState
490
- * @private
491
- * @memberof Meetings
492
- * @returns {undefined}
493
- */
489
+ * API to toggle starting adhoc meeting
490
+ * @param {Boolean} changeState
491
+ * @private
492
+ * @memberof Meetings
493
+ * @returns {undefined}
494
+ */
494
495
 
495
496
  }, {
496
497
  key: "_toggleAdhocMeetings",
@@ -506,13 +507,13 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
506
507
  }
507
508
  }
508
509
  /**
509
- * Explicitly sets up the meetings plugin by registering
510
- * the device, connecting to mercury, and listening for locus events.
511
- *
512
- * @returns {Promise}
513
- * @public
514
- * @memberof Meetings
515
- */
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
+ */
516
517
 
517
518
  }, {
518
519
  key: "register",
@@ -560,13 +561,13 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
560
561
  });
561
562
  }
562
563
  /**
563
- * Explicitly tears down the meetings plugin by deregistering
564
- * the device, disconnecting from mercury, and stops listening to locus events
565
- *
566
- * @returns {Promise}
567
- * @public
568
- * @memberof Meetings
569
- */
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
+ */
570
571
 
571
572
  }, {
572
573
  key: "unregister",
@@ -592,17 +593,17 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
592
593
  });
593
594
  }
594
595
  /**
595
- * Uploads logs to the webex services for tracking
596
- * @param {Object} [options={}]
597
- * @param {String} [options.callStart] Call Start Time
598
- * @param {String} [options.feedbackId] ID used for tracking
599
- * @param {String} [options.locusId]
600
- * @param {String} [options.correlationId]
601
- * @param {String} [options.meetingId] webex meeting ID
602
- * @param {String} [options.userId] userId
603
- * @param {String} [options.orgId] org id
604
- * @returns {String} feedback ID logs were submitted under
605
- */
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
+ */
606
607
 
607
608
  }, {
608
609
  key: "uploadLogs",
@@ -643,11 +644,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
643
644
  });
644
645
  }
645
646
  /**
646
- * initializes the reachability instance for Meetings
647
- * @returns {undefined}
648
- * @public
649
- * @memberof Meetings
650
- */
647
+ * initializes the reachability instance for Meetings
648
+ * @returns {undefined}
649
+ * @public
650
+ * @memberof Meetings
651
+ */
651
652
 
652
653
  }, {
653
654
  key: "setReachability",
@@ -655,11 +656,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
655
656
  this.reachability = new _reachability.default(this.webex);
656
657
  }
657
658
  /**
658
- * gets the reachability instance for Meetings
659
- * @returns {Reachability}
660
- * @public
661
- * @memberof Meetings
662
- */
659
+ * gets the reachability instance for Meetings
660
+ * @returns {Reachability}
661
+ * @public
662
+ * @memberof Meetings
663
+ */
663
664
 
664
665
  }, {
665
666
  key: "getReachability",
@@ -667,11 +668,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
667
668
  return this.reachability;
668
669
  }
669
670
  /**
670
- * initializes and starts gathering reachability for Meetings
671
- * @returns {Promise}
672
- * @public
673
- * @memberof Meetings
674
- */
671
+ * initializes and starts gathering reachability for Meetings
672
+ * @returns {Promise}
673
+ * @public
674
+ * @memberof Meetings
675
+ */
675
676
 
676
677
  }, {
677
678
  key: "startReachability",
@@ -683,11 +684,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
683
684
  return this.getReachability().gatherReachability();
684
685
  }
685
686
  /**
686
- * Get geoHint for info for meetings
687
- * @returns {Promise}
688
- * @private
689
- * @memberof Meetings
690
- */
687
+ * Get geoHint for info for meetings
688
+ * @returns {Promise}
689
+ * @private
690
+ * @memberof Meetings
691
+ */
691
692
 
692
693
  }, {
693
694
  key: "getGeoHint",
@@ -699,12 +700,12 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
699
700
  });
700
701
  }
701
702
  /**
702
- * Fetch user preferred webex site information
703
- * This also has other infomation about the user
704
- * @returns {Promise}
705
- * @private
706
- * @memberof Meetings
707
- */
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
+ */
708
709
 
709
710
  }, {
710
711
  key: "fetchUserPreferredWebexSite",
@@ -718,11 +719,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
718
719
  });
719
720
  }
720
721
  /**
721
- * gets the personal meeting room instance, for saved PMR values for this user
722
- * @returns {PersonalMeetingRoom}
723
- * @public
724
- * @memberof Meetings
725
- */
722
+ * gets the personal meeting room instance, for saved PMR values for this user
723
+ * @returns {PersonalMeetingRoom}
724
+ * @public
725
+ * @memberof Meetings
726
+ */
726
727
 
727
728
  }, {
728
729
  key: "getPersonalMeetingRoom",
@@ -730,13 +731,13 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
730
731
  return this.personalMeetingRoom;
731
732
  }
732
733
  /**
733
- * @param {Meeting} meeting
734
- * @param {Object} reason
735
- * @param {String} type
736
- * @returns {Undefined}
737
- * @private
738
- * @memberof Meetings
739
- */
734
+ * @param {Meeting} meeting
735
+ * @param {Object} reason
736
+ * @param {String} type
737
+ * @returns {Undefined}
738
+ * @private
739
+ * @memberof Meetings
740
+ */
740
741
 
741
742
  }, {
742
743
  key: "destroy",
@@ -754,13 +755,13 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
754
755
  });
755
756
  }
756
757
  /**
757
- * Create a meeting.
758
- * @param {string} destination - sipURL, spaceId, phonenumber, or locus object}
759
- * @param {string} [type] - the optional specified type, such as locusId
760
- * @returns {Promise<Meeting>} A new Meeting.
761
- * @public
762
- * @memberof Meetings
763
- */
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
+ */
764
765
 
765
766
  }, {
766
767
  key: "create",
@@ -852,12 +853,12 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
852
853
  });
853
854
  }
854
855
  /**
855
- * @param {String} destination see create()
856
- * @param {String} type see create()
857
- * @returns {Promise} a new meeting instance complete with meeting info and destination
858
- * @private
859
- * @memberof Meetings
860
- */
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
+ */
861
862
 
862
863
  }, {
863
864
  key: "createMeeting",
@@ -951,13 +952,13 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
951
952
  return createMeeting;
952
953
  }()
953
954
  /**
954
- * get a specifc meeting given it's type matched to the value, i.e., locus url
955
- * @param {String} type
956
- * @param {Object} value
957
- * @returns {Meeting}
958
- * @public
959
- * @memberof Meetings
960
- */
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
+ */
961
962
 
962
963
  }, {
963
964
  key: "getMeetingByType",
@@ -965,14 +966,14 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
965
966
  return this.meetingCollection.getByKey(type, value);
966
967
  }
967
968
  /**
968
- * Get all meetings.
969
- * @param {object} options
970
- * @param {object} options.startDate - get meetings after this start date
971
- * @param {object} options.endDate - get meetings before this end date
972
- * @returns {Object} All currently active meetings.
973
- * @public
974
- * @memberof Meetings
975
- */
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
+ */
976
977
 
977
978
  }, {
978
979
  key: "getAllMeetings",
@@ -983,11 +984,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
983
984
  return this.meetingCollection.getAll(options);
984
985
  }
985
986
  /**
986
- * syncs all the meeting from server
987
- * @returns {undefined}
988
- * @public
989
- * @memberof Meetings
990
- */
987
+ * syncs all the meeting from server
988
+ * @returns {undefined}
989
+ * @public
990
+ * @memberof Meetings
991
+ */
991
992
 
992
993
  }, {
993
994
  key: "syncMeetings",
@@ -1025,13 +1026,13 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
1025
1026
  });
1026
1027
  }
1027
1028
  /**
1028
- * Get all scheduled meetings.
1029
- * @param {object} options
1030
- * @param {object} options.startDate - get meetings after this start date
1031
- * @param {object} options.endDate - get meetings before this end date
1032
- * @returns {Object} All scheduled meetings.
1033
- * @memberof Meetings
1034
- */
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
+ */
1035
1036
 
1036
1037
  }, {
1037
1038
  key: "getScheduledMeetings",
@@ -1041,9 +1042,9 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
1041
1042
  });
1042
1043
  }
1043
1044
  /**
1044
- * Get the logger instance for plugin-meetings
1045
- * @returns {Logger}
1046
- */
1045
+ * Get the logger instance for plugin-meetings
1046
+ * @returns {Logger}
1047
+ */
1047
1048
 
1048
1049
  }, {
1049
1050
  key: "getLogger",
@@ -1051,11 +1052,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
1051
1052
  return _loggerProxy.default.get();
1052
1053
  }
1053
1054
  /**
1054
- * Get the Stats Analyzer singleton
1055
- * @returns {StatsAnalyzer}
1056
- * @public
1057
- * @memberof Meetings
1058
- */
1055
+ * Get the Stats Analyzer singleton
1056
+ * @returns {StatsAnalyzer}
1057
+ * @public
1058
+ * @memberof Meetings
1059
+ */
1059
1060
 
1060
1061
  }, {
1061
1062
  key: "getAnalyzer",
@@ -1063,11 +1064,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
1063
1064
  return _analyzer.default;
1064
1065
  }
1065
1066
  /**
1066
- * Get the Stats Calculator singleton
1067
- * @returns {StatsCalculator}
1068
- * @public
1069
- * @memberof Meetings
1070
- */
1067
+ * Get the Stats Calculator singleton
1068
+ * @returns {StatsCalculator}
1069
+ * @public
1070
+ * @memberof Meetings
1071
+ */
1071
1072
 
1072
1073
  }, {
1073
1074
  key: "getCalculator",