@webex/widgets 1.25.5 → 1.26.0

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.
@@ -64730,8 +64730,14 @@ var WebexMeetings = cp(sp(WebexMeetingsWidget), function (props) {
64730
64730
  },
64731
64731
  config: {
64732
64732
  appName: appName,
64733
- appVersion: "1.25.4",
64734
- fedramp: props.fedramp
64733
+ appVersion: "1.25.5",
64734
+ fedramp: props.fedramp,
64735
+ meetings: {
64736
+ experimental: {
64737
+ enableUnifiedMeetings: true,
64738
+ enableAdhocMeetings: true
64739
+ }
64740
+ }
64735
64741
  }
64736
64742
  });
64737
64743
  return new WebexSDKAdapter(webex);