@webex/plugin-meetings 3.0.0-beta.277 → 3.0.0-beta.279
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/breakouts/breakout.js +1 -1
- package/dist/breakouts/index.js +1 -1
- package/dist/interpretation/index.js +1 -1
- package/dist/interpretation/siLanguage.js +1 -1
- package/dist/meeting/index.js +10 -5
- package/dist/meeting/index.js.map +1 -1
- package/dist/statsAnalyzer/index.js +16 -39
- package/dist/statsAnalyzer/index.js.map +1 -1
- package/dist/statsAnalyzer/mqaUtil.js +5 -4
- package/dist/statsAnalyzer/mqaUtil.js.map +1 -1
- package/package.json +19 -19
- package/src/meeting/index.ts +16 -1
- package/src/statsAnalyzer/index.ts +15 -53
- package/src/statsAnalyzer/mqaUtil.ts +5 -4
- package/test/unit/spec/meeting/index.js +160 -12
- package/test/unit/spec/stats-analyzer/index.js +35 -0
package/dist/breakouts/index.js
CHANGED
|
@@ -1041,7 +1041,7 @@ var Breakouts = _webexCore.WebexPlugin.extend({
|
|
|
1041
1041
|
this.trigger(_constants.BREAKOUTS.EVENTS.ASK_RETURN_TO_MAIN);
|
|
1042
1042
|
}
|
|
1043
1043
|
},
|
|
1044
|
-
version: "3.0.0-beta.
|
|
1044
|
+
version: "3.0.0-beta.279"
|
|
1045
1045
|
});
|
|
1046
1046
|
var _default = Breakouts;
|
|
1047
1047
|
exports.default = _default;
|
package/dist/meeting/index.js
CHANGED
|
@@ -5544,6 +5544,7 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
5544
5544
|
});
|
|
5545
5545
|
}).then(function () {
|
|
5546
5546
|
return _this39.mediaProperties.waitForMediaConnectionConnected().catch(function () {
|
|
5547
|
+
var _this39$mediaProperti, _this39$mediaProperti2, _this39$mediaProperti3, _this39$mediaProperti4, _this39$mediaProperti5, _this39$mediaProperti6, _this39$mediaProperti7, _this39$mediaProperti8, _this39$mediaProperti9, _this39$mediaProperti10, _this39$mediaProperti11, _this39$mediaProperti12, _this39$mediaProperti13, _this39$mediaProperti14;
|
|
5547
5548
|
// @ts-ignore
|
|
5548
5549
|
_this39.webex.internal.newMetrics.submitClientEvent({
|
|
5549
5550
|
name: 'client.ice.end',
|
|
@@ -5553,7 +5554,11 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
5553
5554
|
errors: [
|
|
5554
5555
|
// @ts-ignore
|
|
5555
5556
|
_this39.webex.internal.newMetrics.callDiagnosticMetrics.getErrorPayloadForClientErrorCode({
|
|
5556
|
-
clientErrorCode: _internalPluginMetrics.
|
|
5557
|
+
clientErrorCode: _internalPluginMetrics.CallDiagnosticUtils.generateClientErrorCodeForIceFailure({
|
|
5558
|
+
signalingState: ((_this39$mediaProperti = _this39.mediaProperties.webrtcMediaConnection) === null || _this39$mediaProperti === void 0 ? void 0 : (_this39$mediaProperti2 = _this39$mediaProperti.multistreamConnection) === null || _this39$mediaProperti2 === void 0 ? void 0 : (_this39$mediaProperti3 = _this39$mediaProperti2.pc) === null || _this39$mediaProperti3 === void 0 ? void 0 : (_this39$mediaProperti4 = _this39$mediaProperti3.pc) === null || _this39$mediaProperti4 === void 0 ? void 0 : _this39$mediaProperti4.signalingState) || ((_this39$mediaProperti5 = _this39.mediaProperties.webrtcMediaConnection) === null || _this39$mediaProperti5 === void 0 ? void 0 : (_this39$mediaProperti6 = _this39$mediaProperti5.mediaConnection) === null || _this39$mediaProperti6 === void 0 ? void 0 : (_this39$mediaProperti7 = _this39$mediaProperti6.pc) === null || _this39$mediaProperti7 === void 0 ? void 0 : _this39$mediaProperti7.signalingState) || 'unknown',
|
|
5559
|
+
iceConnectionState: ((_this39$mediaProperti8 = _this39.mediaProperties.webrtcMediaConnection) === null || _this39$mediaProperti8 === void 0 ? void 0 : (_this39$mediaProperti9 = _this39$mediaProperti8.multistreamConnection) === null || _this39$mediaProperti9 === void 0 ? void 0 : (_this39$mediaProperti10 = _this39$mediaProperti9.pc) === null || _this39$mediaProperti10 === void 0 ? void 0 : (_this39$mediaProperti11 = _this39$mediaProperti10.pc) === null || _this39$mediaProperti11 === void 0 ? void 0 : _this39$mediaProperti11.iceConnectionState) || ((_this39$mediaProperti12 = _this39.mediaProperties.webrtcMediaConnection) === null || _this39$mediaProperti12 === void 0 ? void 0 : (_this39$mediaProperti13 = _this39$mediaProperti12.mediaConnection) === null || _this39$mediaProperti13 === void 0 ? void 0 : (_this39$mediaProperti14 = _this39$mediaProperti13.pc) === null || _this39$mediaProperti14 === void 0 ? void 0 : _this39$mediaProperti14.iceConnectionState) || 'unknown',
|
|
5560
|
+
turnServerUsed: turnServerUsed
|
|
5561
|
+
})
|
|
5557
5562
|
})]
|
|
5558
5563
|
},
|
|
5559
5564
|
options: {
|
|
@@ -5608,7 +5613,7 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
5608
5613
|
};
|
|
5609
5614
|
}()).catch( /*#__PURE__*/function () {
|
|
5610
5615
|
var _ref25 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee19(error) {
|
|
5611
|
-
var _this39$
|
|
5616
|
+
var _this39$mediaProperti15, _this39$mediaProperti16, _this39$mediaProperti17, _this39$mediaProperti18, _this39$mediaProperti19, _this39$mediaProperti20, _this39$mediaProperti21, _this39$mediaProperti22, _this39$mediaProperti23, _this39$mediaProperti24, _this39$mediaProperti25, _this39$mediaProperti26, _this39$mediaProperti27, _this39$mediaProperti28, _this39$mediaProperti29, _this39$mediaProperti30, _this39$mediaProperti31, _this39$mediaProperti32, _this39$mediaProperti33, _this39$mediaProperti34, _this39$mediaProperti35;
|
|
5612
5617
|
var reachabilityMetrics;
|
|
5613
5618
|
return _regenerator.default.wrap(function _callee19$(_context19) {
|
|
5614
5619
|
while (1) switch (_context19.prev = _context19.next) {
|
|
@@ -5629,9 +5634,9 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
5629
5634
|
turnDiscoverySkippedReason: turnDiscoverySkippedReason,
|
|
5630
5635
|
turnServerUsed: turnServerUsed,
|
|
5631
5636
|
isMultistream: _this39.isMultistream,
|
|
5632
|
-
signalingState: ((_this39$
|
|
5633
|
-
connectionState: ((_this39$
|
|
5634
|
-
iceConnectionState: ((_this39$
|
|
5637
|
+
signalingState: ((_this39$mediaProperti15 = _this39.mediaProperties.webrtcMediaConnection) === null || _this39$mediaProperti15 === void 0 ? void 0 : (_this39$mediaProperti16 = _this39$mediaProperti15.multistreamConnection) === null || _this39$mediaProperti16 === void 0 ? void 0 : (_this39$mediaProperti17 = _this39$mediaProperti16.pc) === null || _this39$mediaProperti17 === void 0 ? void 0 : (_this39$mediaProperti18 = _this39$mediaProperti17.pc) === null || _this39$mediaProperti18 === void 0 ? void 0 : _this39$mediaProperti18.signalingState) || ((_this39$mediaProperti19 = _this39.mediaProperties.webrtcMediaConnection) === null || _this39$mediaProperti19 === void 0 ? void 0 : (_this39$mediaProperti20 = _this39$mediaProperti19.mediaConnection) === null || _this39$mediaProperti20 === void 0 ? void 0 : (_this39$mediaProperti21 = _this39$mediaProperti20.pc) === null || _this39$mediaProperti21 === void 0 ? void 0 : _this39$mediaProperti21.signalingState) || 'unknown',
|
|
5638
|
+
connectionState: ((_this39$mediaProperti22 = _this39.mediaProperties.webrtcMediaConnection) === null || _this39$mediaProperti22 === void 0 ? void 0 : (_this39$mediaProperti23 = _this39$mediaProperti22.multistreamConnection) === null || _this39$mediaProperti23 === void 0 ? void 0 : (_this39$mediaProperti24 = _this39$mediaProperti23.pc) === null || _this39$mediaProperti24 === void 0 ? void 0 : (_this39$mediaProperti25 = _this39$mediaProperti24.pc) === null || _this39$mediaProperti25 === void 0 ? void 0 : _this39$mediaProperti25.connectionState) || ((_this39$mediaProperti26 = _this39.mediaProperties.webrtcMediaConnection) === null || _this39$mediaProperti26 === void 0 ? void 0 : (_this39$mediaProperti27 = _this39$mediaProperti26.mediaConnection) === null || _this39$mediaProperti27 === void 0 ? void 0 : (_this39$mediaProperti28 = _this39$mediaProperti27.pc) === null || _this39$mediaProperti28 === void 0 ? void 0 : _this39$mediaProperti28.connectionState) || 'unknown',
|
|
5639
|
+
iceConnectionState: ((_this39$mediaProperti29 = _this39.mediaProperties.webrtcMediaConnection) === null || _this39$mediaProperti29 === void 0 ? void 0 : (_this39$mediaProperti30 = _this39$mediaProperti29.multistreamConnection) === null || _this39$mediaProperti30 === void 0 ? void 0 : (_this39$mediaProperti31 = _this39$mediaProperti30.pc) === null || _this39$mediaProperti31 === void 0 ? void 0 : (_this39$mediaProperti32 = _this39$mediaProperti31.pc) === null || _this39$mediaProperti32 === void 0 ? void 0 : _this39$mediaProperti32.iceConnectionState) || ((_this39$mediaProperti33 = _this39.mediaProperties.webrtcMediaConnection) === null || _this39$mediaProperti33 === void 0 ? void 0 : (_this39$mediaProperti34 = _this39$mediaProperti33.mediaConnection) === null || _this39$mediaProperti34 === void 0 ? void 0 : (_this39$mediaProperti35 = _this39$mediaProperti34.pc) === null || _this39$mediaProperti35 === void 0 ? void 0 : _this39$mediaProperti35.iceConnectionState) || 'unknown'
|
|
5635
5640
|
}, reachabilityMetrics));
|
|
5636
5641
|
|
|
5637
5642
|
// Clean up stats analyzer, peer connection, and turn off listeners
|