The ContactCenter
package is designed to provide a set of APIs to perform various operations for the Agent flow within Webex Contact Center.
TODO: Add the documentation links once ready
git clone https://github.com/\<your-fork\>/webex-js-sdk.git
cd webex-js-sdk/
yarn install
If your project needs some additional steps for the developer to build the project after some code changes, state them here:
yarn workspaces foreach --parallel --verbose run build:src
yarn build:local
yarn workspace @webex/plugin-cc run test:unit
yarn run samples:serve
To consume the latest stable version of the Calling SDK one can use NPM or CDN.
npm install @webex/plugin-cc
(or)
yarn add @webex/plugin-cc
import ContactCenter from '@webex/plugin-cc'
<script src="../contact-center.min.js"></script>
To test Contact Center SDK API, use this Kitchen Sink app: https://webex.github.io/webex-js-sdk/samples/contact-center/