@webex/plugin-meetings 3.0.0-beta.421 → 3.0.0-beta.422
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 +27 -18
- package/dist/meeting/index.js.map +1 -1
- package/dist/webinar/index.js +1 -1
- package/package.json +19 -19
- package/src/meeting/index.ts +5 -1
- package/test/unit/spec/meeting/index.js +20 -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.422"
|
|
1045
1045
|
});
|
|
1046
1046
|
var _default = Breakouts;
|
|
1047
1047
|
exports.default = _default;
|
package/dist/meeting/index.js
CHANGED
|
@@ -6574,23 +6574,32 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
6574
6574
|
_context31.next = 26;
|
|
6575
6575
|
return this.establishMediaConnection(remoteMediaManagerConfig, bundlePolicy, false, turnServerInfo);
|
|
6576
6576
|
case 26:
|
|
6577
|
-
|
|
6577
|
+
if (!(audioEnabled || videoEnabled)) {
|
|
6578
|
+
_context31.next = 31;
|
|
6579
|
+
break;
|
|
6580
|
+
}
|
|
6581
|
+
_context31.next = 29;
|
|
6578
6582
|
return Meeting.handleDeviceLogging();
|
|
6579
|
-
case
|
|
6583
|
+
case 29:
|
|
6584
|
+
_context31.next = 32;
|
|
6585
|
+
break;
|
|
6586
|
+
case 31:
|
|
6587
|
+
_loggerProxy.default.logger.info("".concat(LOG_HEADER, " device logging not required"));
|
|
6588
|
+
case 32:
|
|
6580
6589
|
if (!this.mediaProperties.hasLocalShareStream()) {
|
|
6581
|
-
_context31.next =
|
|
6590
|
+
_context31.next = 35;
|
|
6582
6591
|
break;
|
|
6583
6592
|
}
|
|
6584
|
-
_context31.next =
|
|
6593
|
+
_context31.next = 35;
|
|
6585
6594
|
return this.enqueueScreenShareFloorRequest();
|
|
6586
|
-
case
|
|
6587
|
-
_context31.next =
|
|
6595
|
+
case 35:
|
|
6596
|
+
_context31.next = 37;
|
|
6588
6597
|
return this.mediaProperties.getCurrentConnectionType();
|
|
6589
|
-
case
|
|
6598
|
+
case 37:
|
|
6590
6599
|
connectionType = _context31.sent;
|
|
6591
|
-
_context31.next =
|
|
6600
|
+
_context31.next = 40;
|
|
6592
6601
|
return this.webex.meetings.reachability.getReachabilityMetrics();
|
|
6593
|
-
case
|
|
6602
|
+
case 40:
|
|
6594
6603
|
reachabilityStats = _context31.sent;
|
|
6595
6604
|
_metrics.default.sendBehavioralMetric(_constants2.default.ADD_MEDIA_SUCCESS, _objectSpread({
|
|
6596
6605
|
correlation_id: this.correlationId,
|
|
@@ -6610,17 +6619,17 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
6610
6619
|
|
|
6611
6620
|
// We can log ReceiveSlot SSRCs only after the SDP exchange, so doing it here:
|
|
6612
6621
|
(_this$remoteMediaMana = this.remoteMediaManager) === null || _this$remoteMediaMana === void 0 ? void 0 : _this$remoteMediaMana.logAllReceiveSlots();
|
|
6613
|
-
_context31.next =
|
|
6622
|
+
_context31.next = 59;
|
|
6614
6623
|
break;
|
|
6615
|
-
case
|
|
6616
|
-
_context31.prev =
|
|
6624
|
+
case 47:
|
|
6625
|
+
_context31.prev = 47;
|
|
6617
6626
|
_context31.t0 = _context31["catch"](19);
|
|
6618
6627
|
_loggerProxy.default.logger.error("".concat(LOG_HEADER, " failed to establish media connection: "), _context31.t0);
|
|
6619
6628
|
|
|
6620
6629
|
// @ts-ignore
|
|
6621
|
-
_context31.next =
|
|
6630
|
+
_context31.next = 52;
|
|
6622
6631
|
return this.webex.meetings.reachability.getReachabilityMetrics();
|
|
6623
|
-
case
|
|
6632
|
+
case 52:
|
|
6624
6633
|
reachabilityMetrics = _context31.sent;
|
|
6625
6634
|
_metrics.default.sendBehavioralMetric(_constants2.default.ADD_MEDIA_FAILURE, _objectSpread({
|
|
6626
6635
|
correlation_id: this.correlationId,
|
|
@@ -6636,9 +6645,9 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
6636
6645
|
connectionState: ((_this$mediaProperties27 = this.mediaProperties.webrtcMediaConnection) === null || _this$mediaProperties27 === void 0 ? void 0 : (_this$mediaProperties28 = _this$mediaProperties27.multistreamConnection) === null || _this$mediaProperties28 === void 0 ? void 0 : (_this$mediaProperties29 = _this$mediaProperties28.pc) === null || _this$mediaProperties29 === void 0 ? void 0 : (_this$mediaProperties30 = _this$mediaProperties29.pc) === null || _this$mediaProperties30 === void 0 ? void 0 : _this$mediaProperties30.connectionState) || ((_this$mediaProperties31 = this.mediaProperties.webrtcMediaConnection) === null || _this$mediaProperties31 === void 0 ? void 0 : (_this$mediaProperties32 = _this$mediaProperties31.mediaConnection) === null || _this$mediaProperties32 === void 0 ? void 0 : (_this$mediaProperties33 = _this$mediaProperties32.pc) === null || _this$mediaProperties33 === void 0 ? void 0 : _this$mediaProperties33.connectionState) || 'unknown',
|
|
6637
6646
|
iceConnectionState: ((_this$mediaProperties34 = this.mediaProperties.webrtcMediaConnection) === null || _this$mediaProperties34 === void 0 ? void 0 : (_this$mediaProperties35 = _this$mediaProperties34.multistreamConnection) === null || _this$mediaProperties35 === void 0 ? void 0 : (_this$mediaProperties36 = _this$mediaProperties35.pc) === null || _this$mediaProperties36 === void 0 ? void 0 : (_this$mediaProperties37 = _this$mediaProperties36.pc) === null || _this$mediaProperties37 === void 0 ? void 0 : _this$mediaProperties37.iceConnectionState) || ((_this$mediaProperties38 = this.mediaProperties.webrtcMediaConnection) === null || _this$mediaProperties38 === void 0 ? void 0 : (_this$mediaProperties39 = _this$mediaProperties38.mediaConnection) === null || _this$mediaProperties39 === void 0 ? void 0 : (_this$mediaProperties40 = _this$mediaProperties39.pc) === null || _this$mediaProperties40 === void 0 ? void 0 : _this$mediaProperties40.iceConnectionState) || 'unknown'
|
|
6638
6647
|
}, reachabilityMetrics));
|
|
6639
|
-
_context31.next =
|
|
6648
|
+
_context31.next = 56;
|
|
6640
6649
|
return this.cleanUpOnAddMediaFailure();
|
|
6641
|
-
case
|
|
6650
|
+
case 56:
|
|
6642
6651
|
// Upload logs on error while adding media
|
|
6643
6652
|
_triggerProxy.default.trigger(this, {
|
|
6644
6653
|
file: 'meeting/index',
|
|
@@ -6650,11 +6659,11 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
6650
6659
|
});
|
|
6651
6660
|
}
|
|
6652
6661
|
throw _context31.t0;
|
|
6653
|
-
case
|
|
6662
|
+
case 59:
|
|
6654
6663
|
case "end":
|
|
6655
6664
|
return _context31.stop();
|
|
6656
6665
|
}
|
|
6657
|
-
}, _callee31, this, [[19,
|
|
6666
|
+
}, _callee31, this, [[19, 47]]);
|
|
6658
6667
|
}));
|
|
6659
6668
|
function addMedia() {
|
|
6660
6669
|
return _addMedia.apply(this, arguments);
|