@webex/plugin-meetings 3.3.1-next.28 → 3.3.1-next.29

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.3.1-next.28"
212
+ version: "3.3.1-next.29"
213
213
  });
214
214
  var _default = exports.default = Breakout;
215
215
  //# sourceMappingURL=breakout.js.map
@@ -1046,7 +1046,7 @@ var Breakouts = _webexCore.WebexPlugin.extend({
1046
1046
  this.trigger(_constants.BREAKOUTS.EVENTS.ASK_RETURN_TO_MAIN);
1047
1047
  }
1048
1048
  },
1049
- version: "3.3.1-next.28"
1049
+ version: "3.3.1-next.29"
1050
1050
  });
1051
1051
  var _default = exports.default = Breakouts;
1052
1052
  //# sourceMappingURL=index.js.map
@@ -373,7 +373,7 @@ var SimultaneousInterpretation = _webexCore.WebexPlugin.extend({
373
373
  throw error;
374
374
  });
375
375
  },
376
- version: "3.3.1-next.28"
376
+ version: "3.3.1-next.29"
377
377
  });
378
378
  var _default = exports.default = SimultaneousInterpretation;
379
379
  //# sourceMappingURL=index.js.map
@@ -18,7 +18,7 @@ var SILanguage = _webexCore.WebexPlugin.extend({
18
18
  languageCode: 'number',
19
19
  languageName: 'string'
20
20
  },
21
- version: "3.3.1-next.28"
21
+ version: "3.3.1-next.29"
22
22
  });
23
23
  var _default = exports.default = SILanguage;
24
24
  //# sourceMappingURL=siLanguage.js.map
@@ -6165,38 +6165,59 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
6165
6165
  _context23.next = 3;
6166
6166
  return this.mediaProperties.waitForMediaConnectionConnected();
6167
6167
  case 3:
6168
- _context23.next = 10;
6168
+ _context23.next = 30;
6169
6169
  break;
6170
6170
  case 5:
6171
6171
  _context23.prev = 5;
6172
6172
  _context23.t0 = _context23["catch"](0);
6173
6173
  iceConnected = _context23.t0.iceConnected;
6174
- if (!this.hasMediaConnectionConnectedAtLeastOnce) {
6175
- // Only send CA event for join flow if we haven't successfully connected media yet
6176
- // @ts-ignore
6177
- this.webex.internal.newMetrics.submitClientEvent({
6178
- name: 'client.ice.end',
6179
- payload: {
6180
- canProceed: !this.turnServerUsed,
6181
- // If we haven't done turn tls retry yet we will proceed with join attempt
6182
- icePhase: this.turnServerUsed ? 'JOIN_MEETING_FINAL' : 'JOIN_MEETING_RETRY',
6183
- errors: [
6184
- // @ts-ignore
6185
- this.webex.internal.newMetrics.callDiagnosticMetrics.getErrorPayloadForClientErrorCode({
6186
- clientErrorCode: _internalPluginMetrics.CallDiagnosticUtils.generateClientErrorCodeForIceFailure({
6187
- signalingState: ((_this$mediaProperties6 = this.mediaProperties.webrtcMediaConnection) === null || _this$mediaProperties6 === void 0 ? void 0 : (_this$mediaProperties7 = _this$mediaProperties6.multistreamConnection) === null || _this$mediaProperties7 === void 0 ? void 0 : (_this$mediaProperties8 = _this$mediaProperties7.pc) === null || _this$mediaProperties8 === void 0 ? void 0 : (_this$mediaProperties9 = _this$mediaProperties8.pc) === null || _this$mediaProperties9 === void 0 ? void 0 : _this$mediaProperties9.signalingState) || ((_this$mediaProperties10 = this.mediaProperties.webrtcMediaConnection) === null || _this$mediaProperties10 === void 0 ? void 0 : (_this$mediaProperties11 = _this$mediaProperties10.mediaConnection) === null || _this$mediaProperties11 === void 0 ? void 0 : (_this$mediaProperties12 = _this$mediaProperties11.pc) === null || _this$mediaProperties12 === void 0 ? void 0 : _this$mediaProperties12.signalingState) || 'unknown',
6188
- iceConnected: iceConnected,
6189
- turnServerUsed: this.turnServerUsed
6190
- })
6191
- })]
6192
- },
6193
- options: {
6194
- meetingId: this.id
6195
- }
6196
- });
6174
+ if (this.hasMediaConnectionConnectedAtLeastOnce) {
6175
+ _context23.next = 29;
6176
+ break;
6197
6177
  }
6178
+ _context23.t1 = this.webex.internal.newMetrics;
6179
+ _context23.t2 = !this.turnServerUsed;
6180
+ _context23.t3 = this.turnServerUsed ? 'JOIN_MEETING_FINAL' : 'JOIN_MEETING_RETRY';
6181
+ _context23.t4 = this.webex.internal.newMetrics.callDiagnosticMetrics;
6182
+ _context23.t5 = _internalPluginMetrics.CallDiagnosticUtils;
6183
+ _context23.t6 = ((_this$mediaProperties6 = this.mediaProperties.webrtcMediaConnection) === null || _this$mediaProperties6 === void 0 ? void 0 : (_this$mediaProperties7 = _this$mediaProperties6.multistreamConnection) === null || _this$mediaProperties7 === void 0 ? void 0 : (_this$mediaProperties8 = _this$mediaProperties7.pc) === null || _this$mediaProperties8 === void 0 ? void 0 : (_this$mediaProperties9 = _this$mediaProperties8.pc) === null || _this$mediaProperties9 === void 0 ? void 0 : _this$mediaProperties9.signalingState) || ((_this$mediaProperties10 = this.mediaProperties.webrtcMediaConnection) === null || _this$mediaProperties10 === void 0 ? void 0 : (_this$mediaProperties11 = _this$mediaProperties10.mediaConnection) === null || _this$mediaProperties11 === void 0 ? void 0 : (_this$mediaProperties12 = _this$mediaProperties11.pc) === null || _this$mediaProperties12 === void 0 ? void 0 : _this$mediaProperties12.signalingState) || 'unknown';
6184
+ _context23.t7 = iceConnected;
6185
+ _context23.t8 = this.turnServerUsed;
6186
+ _context23.next = 19;
6187
+ return this.webex.meetings.reachability.isWebexMediaBackendUnreachable().catch(function () {
6188
+ return false;
6189
+ });
6190
+ case 19:
6191
+ _context23.t9 = _context23.sent;
6192
+ _context23.t10 = {
6193
+ signalingState: _context23.t6,
6194
+ iceConnected: _context23.t7,
6195
+ turnServerUsed: _context23.t8,
6196
+ unreachable: _context23.t9
6197
+ };
6198
+ _context23.t11 = _context23.t5.generateClientErrorCodeForIceFailure.call(_context23.t5, _context23.t10);
6199
+ _context23.t12 = {
6200
+ clientErrorCode: _context23.t11
6201
+ };
6202
+ _context23.t13 = _context23.t4.getErrorPayloadForClientErrorCode.call(_context23.t4, _context23.t12);
6203
+ _context23.t14 = [_context23.t13];
6204
+ _context23.t15 = {
6205
+ canProceed: _context23.t2,
6206
+ icePhase: _context23.t3,
6207
+ errors: _context23.t14
6208
+ };
6209
+ _context23.t16 = {
6210
+ meetingId: this.id
6211
+ };
6212
+ _context23.t17 = {
6213
+ name: 'client.ice.end',
6214
+ payload: _context23.t15,
6215
+ options: _context23.t16
6216
+ };
6217
+ _context23.t1.submitClientEvent.call(_context23.t1, _context23.t17);
6218
+ case 29:
6198
6219
  throw new Error("Timed out waiting for media connection to be connected, correlationId=".concat(this.correlationId));
6199
- case 10:
6220
+ case 30:
6200
6221
  case "end":
6201
6222
  return _context23.stop();
6202
6223
  }