Socket
Socket
Sign inDemoInstall

@webex/calling

Package Overview
Dependencies
60
Maintainers
7
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @webex/calling


Version published
Maintainers
7
Install size
175 MB
Created

Readme

Source

Table of Contents

  • Getting Started
  • Developing
  • Building
  • Testing
  • Samples
  • Consuming SDK
  • Kitchen Sink App

Getting Started

With the Webex Calling SDK, you can effortlessly integrate fundamental audio calling capabilities into your solutions, enhancing the way your users connect.

Developing

git clone https://github.com/\<your-fork\>/webex-js-sdk.git
cd web-js-sdk/
yarn install

Building

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

Testing

 yarn workspace @webex/calling run test

Samples

  yarn run samples:serve

Consuming SDK

To consume the latest stable version of the Calling SDK one can use NPM or CDN.

NPM

  npm install @webex/calling

(or)

  yarn add @webex/calling
  import Calling from '@webex/calling'

CDN

  <script src="../calling.min.js"></script>

Kitchen Sink App

To test Calling SDK API, use this Kitchen Sink app: https://webex.github.io/webex-js-sdk/samples/calling/

FAQs

Last updated on 26 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc