@webex/plugin-meetings 3.0.0-beta.224 → 3.0.0-beta.226
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 +4 -8
- package/dist/meeting/index.js.map +1 -1
- package/package.json +19 -19
- package/src/meeting/index.ts +4 -4
- package/test/unit/spec/meeting/index.js +1 -1
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.226"
|
|
1045
1045
|
});
|
|
1046
1046
|
var _default = Breakouts;
|
|
1047
1047
|
exports.default = _default;
|
package/dist/meeting/index.js
CHANGED
|
@@ -533,8 +533,7 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
533
533
|
},
|
|
534
534
|
options: {
|
|
535
535
|
meetingId: _this.id,
|
|
536
|
-
rawError: error
|
|
537
|
-
showToUser: true
|
|
536
|
+
rawError: error
|
|
538
537
|
}
|
|
539
538
|
});
|
|
540
539
|
} else if (error instanceof _internalMediaCore.Errors.SdpOfferHandlingError || error instanceof _internalMediaCore.Errors.SdpAnswerHandlingError) {
|
|
@@ -548,8 +547,7 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
548
547
|
},
|
|
549
548
|
options: {
|
|
550
549
|
meetingId: _this.id,
|
|
551
|
-
rawError: error
|
|
552
|
-
showToUser: true
|
|
550
|
+
rawError: error
|
|
553
551
|
}
|
|
554
552
|
});
|
|
555
553
|
} else if (error instanceof _internalMediaCore.Errors.SdpError) {
|
|
@@ -564,8 +562,7 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
564
562
|
},
|
|
565
563
|
options: {
|
|
566
564
|
meetingId: _this.id,
|
|
567
|
-
rawError: error
|
|
568
|
-
showToUser: true
|
|
565
|
+
rawError: error
|
|
569
566
|
}
|
|
570
567
|
});
|
|
571
568
|
}
|
|
@@ -4650,8 +4647,7 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
4650
4647
|
},
|
|
4651
4648
|
options: {
|
|
4652
4649
|
meetingId: _this32.id,
|
|
4653
|
-
rawError: error
|
|
4654
|
-
showToUser: true
|
|
4650
|
+
rawError: error
|
|
4655
4651
|
}
|
|
4656
4652
|
});
|
|
4657
4653
|
|