@webex/widgets 1.27.4 → 1.27.5
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
@@ -54760,7 +54760,7 @@ class MeetingsSDKAdapter extends d {
|
|
54760
54760
|
await sdkMeeting.join({
|
54761
54761
|
pin: options.hostKey || options.password,
|
54762
54762
|
moderator: !!options.hostKey,
|
54763
|
-
|
54763
|
+
alias: options.name
|
54764
54764
|
});
|
54765
54765
|
logger.info('MEETING', ID, 'JOIN', 'Joining meeting');
|
54766
54766
|
} catch (error) {
|
@@ -55863,7 +55863,7 @@ var defineProperty = defineProperty$1;
|
|
55863
55863
|
exports.INTERNAL_US_INTEGRATION_CLUSTER_NAME = INTERNAL_US_INTEGRATION_CLUSTER_NAME;
|
55864
55864
|
})(constants);
|
55865
55865
|
var name$1 = "@webex/sdk-component-adapter";
|
55866
|
-
var version = "1.112.
|
55866
|
+
var version = "1.112.11";
|
55867
55867
|
const LOG_ARGS$1 = ['SDK-MEMBERSHIPS', `${name$1}-${version}`];
|
55868
55868
|
|
55869
55869
|
// max parameter value must be greater than 0 and less than or equal to 1000
|
@@ -56954,7 +56954,7 @@ var WebexMeetings = Pc(wc(WebexMeetingsWidget), function (props) {
|
|
56954
56954
|
},
|
56955
56955
|
config: {
|
56956
56956
|
appName: appName,
|
56957
|
-
appVersion: "1.27.
|
56957
|
+
appVersion: "1.27.4",
|
56958
56958
|
fedramp: props.fedramp,
|
56959
56959
|
meetings: {
|
56960
56960
|
experimental: {
|