Socket
Book a DemoInstallSign in
Socket

@wxcc-desktop/sdk

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wxcc-desktop/sdk

npmnpm
Version
1.2.3-dev1.1
Version published
Weekly downloads
575
44.11%
Maintainers
3
Weekly downloads
 
Created
Source

WXCC Desktop JavaScript SDK

Agent Desktop JavaScript SDK is an npm package that allows you to request up-to-date information from the Agent 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 Agent 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