A client-side js sdk to third party developers which allows them to communicate with the host being Webex App or Meeting Center client.
npm install @webex/embedded-app-sdkPlease consult the following articles as needed to get started.
1. Set up git to clone the repository and setting up your fork
2. webex-embedded-app-sdk
* Install, Build and Run
* Unit Testing
yarn dev-server
`
2. This will start a server in http://localhost:8080
3. Along with this, we also have the mockup of thin client that can be viewed at http://localhost:8080/thinclient.html#### Running cypress automation tests locally
1. Start the dev server first by running following command,
`
yarn dev-server
`
2. This will start a server in http://localhost:8080
3. Then open cypress launchpad where we can run automation tests on desired browsers by running following command,
`
yarn test:automation
``#### Helpful links
- Official API documentation
Please find the Changelog here.