@webex/plugin-meetings 1.159.3 → 1.159.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analyzer/analyzer.js.map +1 -1
- package/dist/analyzer/calculator.js.map +1 -1
- package/dist/common/browser-detection.js.map +1 -1
- package/dist/common/collection.js.map +1 -1
- package/dist/common/config.js.map +1 -1
- package/dist/common/constants.js.map +1 -1
- package/dist/common/errors/captcha-error.js +3 -1
- package/dist/common/errors/captcha-error.js.map +1 -1
- package/dist/common/errors/intent-to-join.js +3 -1
- package/dist/common/errors/intent-to-join.js.map +1 -1
- package/dist/common/errors/join-meeting.js +3 -1
- package/dist/common/errors/join-meeting.js.map +1 -1
- package/dist/common/errors/media.js +3 -1
- package/dist/common/errors/media.js.map +1 -1
- package/dist/common/errors/parameter.js +3 -1
- package/dist/common/errors/parameter.js.map +1 -1
- package/dist/common/errors/password-error.js +3 -1
- package/dist/common/errors/password-error.js.map +1 -1
- package/dist/common/errors/permission.js +3 -1
- package/dist/common/errors/permission.js.map +1 -1
- package/dist/common/errors/reconnection-in-progress.js +3 -1
- package/dist/common/errors/reconnection-in-progress.js.map +1 -1
- package/dist/common/errors/reconnection.js +3 -1
- package/dist/common/errors/reconnection.js.map +1 -1
- package/dist/common/errors/stats.js +3 -1
- package/dist/common/errors/stats.js.map +1 -1
- package/dist/common/errors/webex-errors.js +9 -7
- package/dist/common/errors/webex-errors.js.map +1 -1
- package/dist/common/errors/webex-meetings-error.js.map +1 -1
- package/dist/common/events/events-scope.js.map +1 -1
- package/dist/common/events/events.js.map +1 -1
- package/dist/common/events/trigger-proxy.js.map +1 -1
- package/dist/common/events/util.js.map +1 -1
- package/dist/common/logs/logger-config.js.map +1 -1
- package/dist/common/logs/logger-proxy.js.map +1 -1
- package/dist/common/logs/request.js.map +1 -1
- package/dist/common/queue.js.map +1 -1
- package/dist/config.js.map +1 -1
- package/dist/constants.js +2 -2
- package/dist/constants.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/locus-info/controlsUtils.js +4 -3
- package/dist/locus-info/controlsUtils.js.map +1 -1
- package/dist/locus-info/fullState.js.map +1 -1
- package/dist/locus-info/hostUtils.js.map +1 -1
- package/dist/locus-info/index.js.map +1 -1
- package/dist/locus-info/infoUtils.js.map +1 -1
- package/dist/locus-info/mediaSharesUtils.js.map +1 -1
- package/dist/locus-info/parser.js.map +1 -1
- package/dist/locus-info/selfUtils.js.map +1 -1
- package/dist/media/index.js +2 -2
- package/dist/media/index.js.map +1 -1
- package/dist/media/properties.js.map +1 -1
- package/dist/media/util.js.map +1 -1
- package/dist/mediaQualityMetrics/config.js.map +1 -1
- package/dist/meeting/in-meeting-actions.js.map +1 -1
- package/dist/meeting/index.js +2 -2
- package/dist/meeting/index.js.map +1 -1
- package/dist/meeting/muteState.js +3 -1
- package/dist/meeting/muteState.js.map +1 -1
- package/dist/meeting/request.js +2 -2
- package/dist/meeting/request.js.map +1 -1
- package/dist/meeting/state.js.map +1 -1
- package/dist/meeting/util.js +2 -2
- package/dist/meeting/util.js.map +1 -1
- package/dist/meeting-info/collection.js.map +1 -1
- package/dist/meeting-info/index.js.map +1 -1
- package/dist/meeting-info/meeting-info-v2.js +6 -6
- package/dist/meeting-info/meeting-info-v2.js.map +1 -1
- package/dist/meeting-info/request.js.map +1 -1
- package/dist/meeting-info/util.js.map +1 -1
- package/dist/meeting-info/utilv2.js +1 -1
- package/dist/meeting-info/utilv2.js.map +1 -1
- package/dist/meetings/collection.js.map +1 -1
- package/dist/meetings/index.js +222 -221
- package/dist/meetings/index.js.map +1 -1
- package/dist/meetings/request.js.map +1 -1
- package/dist/meetings/util.js.map +1 -1
- package/dist/member/index.js.map +1 -1
- package/dist/member/util.js.map +1 -1
- package/dist/members/collection.js.map +1 -1
- package/dist/members/index.js.map +1 -1
- package/dist/members/request.js.map +1 -1
- package/dist/members/util.js.map +1 -1
- package/dist/metrics/config.js +1 -1
- package/dist/metrics/config.js.map +1 -1
- package/dist/metrics/constants.js.map +1 -1
- package/dist/metrics/index.js.map +1 -1
- package/dist/metrics/mqa-processor.js +2 -2
- package/dist/metrics/mqa-processor.js.map +1 -1
- package/dist/networkQualityMonitor/index.js.map +1 -1
- package/dist/peer-connection-manager/index.js.map +1 -1
- package/dist/peer-connection-manager/util.js.map +1 -1
- package/dist/personal-meeting-room/index.js.map +1 -1
- package/dist/personal-meeting-room/request.js.map +1 -1
- package/dist/personal-meeting-room/util.js.map +1 -1
- package/dist/reachability/index.js.map +1 -1
- package/dist/reachability/request.js +4 -3
- package/dist/reachability/request.js.map +1 -1
- package/dist/reconnection-manager/index.js +2 -2
- package/dist/reconnection-manager/index.js.map +1 -1
- package/dist/roap/collection.js.map +1 -1
- package/dist/roap/handler.js.map +1 -1
- package/dist/roap/index.js +7 -7
- package/dist/roap/index.js.map +1 -1
- package/dist/roap/request.js +2 -2
- package/dist/roap/request.js.map +1 -1
- package/dist/roap/state.js.map +1 -1
- package/dist/roap/util.js.map +1 -1
- package/dist/stats/data.js.map +1 -1
- package/dist/stats/events.js.map +1 -1
- package/dist/stats/filter.js.map +1 -1
- package/dist/stats/history.js.map +1 -1
- package/dist/stats/index.js +126 -126
- package/dist/stats/index.js.map +1 -1
- package/dist/stats/metrics.js.map +1 -1
- package/dist/stats/stats.js.map +1 -1
- package/dist/stats/stream.js.map +1 -1
- package/dist/stats/transformer.js.map +1 -1
- package/dist/stats/util.js.map +1 -1
- package/dist/statsAnalyzer/global.js.map +1 -1
- package/dist/statsAnalyzer/index.js +1 -1
- package/dist/statsAnalyzer/index.js.map +1 -1
- package/dist/statsAnalyzer/mqaUtil.js.map +1 -1
- package/dist/transcription/index.js.map +1 -1
- package/package.json +6 -6
- package/src/common/errors/webex-errors.js +1 -1
- package/src/locus-info/parser.js +2 -2
- package/src/meeting/index.js +1 -2
- package/src/meeting/util.js +2 -2
- package/src/meeting-info/utilv2.js +1 -1
- package/src/meetings/index.js +555 -558
- package/src/roap/index.js +48 -48
- package/src/stats/index.js +142 -142
- package/src/statsAnalyzer/index.js +1 -1
- package/test/unit/spec/meeting-info/utilv2.js +7 -0
- package/test/unit/spec/meetings/index.js +39 -4
package/dist/meetings/index.js
CHANGED
|
@@ -152,11 +152,11 @@ var Meetings = /*#__PURE__*/function (_WebexPlugin) {
|
|
|
152
152
|
var _super = _createSuper(Meetings);
|
|
153
153
|
|
|
154
154
|
/**
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
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
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
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
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
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
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
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
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
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
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
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
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
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
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
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
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
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) || (
|
|
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
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
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
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
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
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
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
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
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
|
-
|
|
428
|
-
|
|
429
|
-
|
|
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
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
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
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
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
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
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
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
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
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
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
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
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
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
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
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
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
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
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
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
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
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
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
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
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
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
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
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
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
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
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
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
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
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
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
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
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
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
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
|
-
|
|
1045
|
-
|
|
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
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
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
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1067
|
+
* Get the Stats Calculator singleton
|
|
1068
|
+
* @returns {StatsCalculator}
|
|
1069
|
+
* @public
|
|
1070
|
+
* @memberof Meetings
|
|
1071
|
+
*/
|
|
1071
1072
|
|
|
1072
1073
|
}, {
|
|
1073
1074
|
key: "getCalculator",
|