New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@webex/calling

Package Overview
Dependencies
Maintainers
7
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@webex/calling

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

0.0.1-next.3
unpublished
Source
npm
Version published
Weekly downloads
1.3K
-13.42%
Maintainers
7
Weekly downloads
 
Created
Source

@webex/calling

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

Introduction to the Webex Web Calling SDK Quickstart guide API guide - TBD

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

Testing on samples

 yarn run samples:serve

Consuming the SDK

The Calling package can be incorporated into an existing project by updating the package.json. Add the line pasted below to get access to the calling-sdk package located in the artifactory.

Use the following commands to update the package.json and package.lock/yarn.lock with the latest version of the calling-sdk package.

npm install @webex/web-calling-sdk

(or)

yarn add @webex/web-calling-sdk

FAQs

Package last updated on 21 Sep 2023

Did you know?

Socket

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