@webex/widgets 1.27.0 → 1.27.1
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/webexWidgets.esm.js
CHANGED
@@ -54715,6 +54715,12 @@ class MeetingsSDKAdapter extends d {
|
|
54715
54715
|
try {
|
54716
54716
|
const sdkMeeting = this.fetchMeeting(ID);
|
54717
54717
|
if (sdkMeeting.passwordStatus === 'REQUIRED') {
|
54718
|
+
if (!(options.password || options.hostKey)) {
|
54719
|
+
this.updateMeeting(ID, () => ({
|
54720
|
+
passwordRequired: true
|
54721
|
+
}));
|
54722
|
+
return;
|
54723
|
+
}
|
54718
54724
|
const res = await sdkMeeting.verifyPassword(options.hostKey || options.password, options.captcha);
|
54719
54725
|
if (!res.isPasswordValid) {
|
54720
54726
|
this.updateMeeting(ID, () => ({
|
@@ -55845,7 +55851,7 @@ var defineProperty = defineProperty$1;
|
|
55845
55851
|
exports.INTERNAL_US_INTEGRATION_CLUSTER_NAME = INTERNAL_US_INTEGRATION_CLUSTER_NAME;
|
55846
55852
|
})(constants);
|
55847
55853
|
var name$1 = "@webex/sdk-component-adapter";
|
55848
|
-
var version = "1.112.
|
55854
|
+
var version = "1.112.8";
|
55849
55855
|
const LOG_ARGS$1 = ['SDK-MEMBERSHIPS', `${name$1}-${version}`];
|
55850
55856
|
|
55851
55857
|
// max parameter value must be greater than 0 and less than or equal to 1000
|
@@ -56936,7 +56942,7 @@ var WebexMeetings = Pc(wc(WebexMeetingsWidget), function (props) {
|
|
56936
56942
|
},
|
56937
56943
|
config: {
|
56938
56944
|
appName: appName,
|
56939
|
-
appVersion: "1.
|
56945
|
+
appVersion: "1.27.0",
|
56940
56946
|
fedramp: props.fedramp,
|
56941
56947
|
meetings: {
|
56942
56948
|
experimental: {
|