With the Webex Calling SDK, you can effortlessly integrate fundamental audio calling capabilities into your solutions, enhancing the way your users connect.
git clone https://github.com/\<your-fork\>/webex-js-sdk.git
cd web-js-sdk/
yarn installIf 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/calling run test yarn run samples:serveTo consume the latest stable version of the Calling SDK one can use NPM or CDN.
npm install @webex/calling(or)
yarn add @webex/calling import Calling from '@webex/calling' <script src="../calling.min.js"></script>To test Calling SDK API, use this Kitchen Sink app: https://webex.github.io/webex-js-sdk/samples/calling/