@webex/plugin-meetings 1.156.4 → 1.157.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.
package/dist/meeting/index.js
CHANGED
|
@@ -1480,6 +1480,7 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
1480
1480
|
* @param {String} options.trackingId
|
|
1481
1481
|
* @param {Object} options.locus
|
|
1482
1482
|
* @param {Array} options.mediaConnections
|
|
1483
|
+
* @param {Object} options.errors
|
|
1483
1484
|
* @returns {Object}
|
|
1484
1485
|
* @memberof Meeting
|
|
1485
1486
|
*/
|
|
@@ -1611,6 +1612,7 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
1611
1612
|
* @param {String} options.event
|
|
1612
1613
|
* @param {String} options.trackingId
|
|
1613
1614
|
* @param {Object} options.locus
|
|
1615
|
+
* @param {Object} options.errors
|
|
1614
1616
|
* @returns {Promise}
|
|
1615
1617
|
* @private
|
|
1616
1618
|
* @memberof Meeting
|
|
@@ -4030,7 +4032,16 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
4030
4032
|
|
|
4031
4033
|
_this34.meetingFiniteStateMachine.fail(error);
|
|
4032
4034
|
|
|
4033
|
-
_loggerProxy.default.logger.error('Meeting:index#join --> Failed', error);
|
|
4035
|
+
_loggerProxy.default.logger.error('Meeting:index#join --> Failed', error);
|
|
4036
|
+
|
|
4037
|
+
_metrics.default.postEvent({
|
|
4038
|
+
event: _config.eventType.LOCUS_JOIN_RESPONSE,
|
|
4039
|
+
meeting: _this34,
|
|
4040
|
+
meetingId: _this34.id,
|
|
4041
|
+
data: {
|
|
4042
|
+
errors: [_metrics.default.parseLocusError(error.error, true)]
|
|
4043
|
+
}
|
|
4044
|
+
}); // TODO: change this to error codes and pre defined dictionary
|
|
4034
4045
|
|
|
4035
4046
|
|
|
4036
4047
|
_metrics.default.sendBehavioralMetric(_constants2.default.JOIN_FAILURE, {
|