@webex/widgets 1.22.1 → 1.22.2

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/README.md CHANGED
@@ -116,12 +116,12 @@ To use a Webex Widget, simply import the desired widget and render it into your
116
116
 
117
117
  ```js
118
118
  import React from 'react';
119
- import {WebexMeetingWidget} from '@webex/widgets';
119
+ import {WebexMeetingsWidget} from '@webex/widgets';
120
120
 
121
121
  import '@webex/widgets/dist/webexWidgets.css';
122
122
 
123
123
  export default function App() {
124
- return <WebexMeetingWidget accessToken="<YOUR_ACCESS_TOKEN>" meetingDestination="<MEETING_DESTINATION>" />;
124
+ return <WebexMeetingsWidget accessToken="<YOUR_ACCESS_TOKEN>" meetingDestination="<MEETING_DESTINATION>" />;
125
125
  }
126
126
  ```
127
127
 
@@ -16571,7 +16571,7 @@ var WebexMeetings = si(ai(WebexMeetingsWidget), function (props) {
16571
16571
  },
16572
16572
  config: {
16573
16573
  appName: appName,
16574
- appVersion: __appVersion__
16574
+ appVersion: "1.22.1"
16575
16575
  }
16576
16576
  });
16577
16577
  return new WebexSDKAdapter(webex);