@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.
@@ -209,7 +209,7 @@ var Breakout = _webexCore.WebexPlugin.extend({
209
209
  sessionId: this.sessionId
210
210
  });
211
211
  },
212
- version: "3.0.0-beta.277"
212
+ version: "3.0.0-beta.279"
213
213
  });
214
214
  var _default = Breakout;
215
215
  exports.default = _default;
@@ -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.277"
1044
+ version: "3.0.0-beta.279"
1045
1045
  });
1046
1046
  var _default = Breakouts;
1047
1047
  exports.default = _default;
@@ -359,7 +359,7 @@ var SimultaneousInterpretation = _webexCore.WebexPlugin.extend({
359
359
  throw error;
360
360
  });
361
361
  },
362
- version: "3.0.0-beta.277"
362
+ version: "3.0.0-beta.279"
363
363
  });
364
364
  var _default = SimultaneousInterpretation;
365
365
  exports.default = _default;
@@ -18,7 +18,7 @@ var SILanguage = _webexCore.WebexPlugin.extend({
18
18
  languageCode: 'number',
19
19
  languageName: 'string'
20
20
  },
21
- version: "3.0.0-beta.277"
21
+ version: "3.0.0-beta.279"
22
22
  });
23
23
  var _default = SILanguage;
24
24
  exports.default = _default;
@@ -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.CALL_DIAGNOSTIC_CONFIG.ICE_FAILURE_CLIENT_CODE
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$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, _this39$mediaProperti15, _this39$mediaProperti16, _this39$mediaProperti17, _this39$mediaProperti18, _this39$mediaProperti19, _this39$mediaProperti20, _this39$mediaProperti21;
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$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',
5633
- connectionState: ((_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.connectionState) || ((_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.connectionState) || 'unknown',
5634
- iceConnectionState: ((_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.iceConnectionState) || ((_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.iceConnectionState) || 'unknown'
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