Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

@wxcc-desktop/sdk

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wxcc-desktop/sdk

WXCC Desktop JavaScript SDK is an npm package that allows you to request up-to-date information from the WXCC Desktop. Using the SDK, you can request information such as agent details, assigned tasks, particular task details, current browser locale, and a

npmnpm
Version
1.2.4
Version published
Weekly downloads
692
-21.09%
Maintainers
3
Weekly downloads
 
Created
Source

WXCC Desktop JavaScript SDK

WXCC Desktop JavaScript SDK is an npm package that allows you to request up-to-date information from the WXCC Desktop. Using the SDK, you can request information such as agent details, assigned tasks, particular task details, current browser locale, and authentication token for Single Sign-On (SSO) integration.

The SDK package allows you to

  • request data to be passed to your widgets through properties and attributes

  • perform more complex operations by consuming and manipulating the system data inside your widget

  • subscribe to data arriving asynchronously

Some events in the WXCC Desktop happen asynchronously. To subscribe to the asynchronous events and access data within the payload, you can add a listener. A few examples for asynchronous events are:

  • New task offered

  • New task assigned

  • Consult request created

  • Consult ended

  • Screen pop arrived and more

Get Started

Run the following command in your project folder or using yarn:

npm install @wxcc-desktop/sdk --save
yarn add @wxcc-desktop/sdk

Webex Contact Center Desktop Docs

FAQs

Package last updated on 22 Jan 2021

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