lekisha_react_widgets
v1.0.13
Published
Webex for React library allows developers to easily incorporate Webex functionality into an application.
Readme
Webex React Widgets
Bundled Webex React Widgets with unified meetings support.
Installation
npm install lekisha_react_widgetsUsage
import { WebexSpace, WebexMeet, WebexRecents } from 'lekisha_react_widgets';
function App() {
return (
<WebexSpace
accessToken="YOUR_WEBEX_TOKEN"
spaceId="YOUR_SPACE_ID"
enableUnifiedMeetings={true}
/>
);
}Available Widgets
WebexSpace- Space widget for messaging and meetingsWebexMeet- Meeting widgetWebexRecents- Recent conversations widgetWebexMeetings- Meetings management widgetWebexMessage- Messaging widgetWebexRoster- Meeting roster widgetWebexFiles- File sharing widgetCallHistory- Call history widgetNumberPad- Number pad/dialer widgetSpeedDial- Speed dial widgetVoiceMail- Voicemail widget
License
MIT
