@webex/plugin-meetings 2.39.2 → 2.40.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 +0 -8
- package/dist/meeting/index.js.map +1 -1
- package/package.json +17 -17
- package/src/meeting/index.ts +0 -9
package/dist/meeting/index.js
CHANGED
|
@@ -4323,14 +4323,6 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
4323
4323
|
}
|
|
4324
4324
|
}).catch(function (error) {
|
|
4325
4325
|
_loggerProxy.default.logger.error("".concat(LOG_HEADER, " Error adding media , setting up peerconnection, "), error);
|
|
4326
|
-
_metrics.default.sendBehavioralMetric(_constants2.default.ADD_MEDIA_FAILURE, {
|
|
4327
|
-
correlation_id: _this39.correlationId,
|
|
4328
|
-
locus_id: _this39.locusUrl.split('/').pop(),
|
|
4329
|
-
reason: error.message,
|
|
4330
|
-
stack: error.stack,
|
|
4331
|
-
turnDiscoverySkippedReason: turnDiscoverySkippedReason,
|
|
4332
|
-
turnServerUsed: turnServerUsed
|
|
4333
|
-
});
|
|
4334
4326
|
throw error;
|
|
4335
4327
|
}).then(function () {
|
|
4336
4328
|
return new _promise.default(function (resolve, reject) {
|