Skip to content

CiscoDevNet/webex-contact-center-widget-starter

Repository files navigation

Webex Contact Center Widget Starter

This repository is designed to speed up the initial set up for Agent and or Supervisor Desktop widget development. Feel free to treat this as a boilerplate project, that can be forked as a base for your Webex Contact Center widget or simply as a reference material.

We aim at covering various scenarios, for when your development team is leaning towards

  • React Generic badge, or
  • Angular Generic badge, or is willing to explore the pure
  • Web Component Generic badge approach (with some help from Lit Element and the Polymer project).

Dive into the respective folder based on your tech stack preference to get started.

To integrate JS SDK

To integrate contact center desktop sdk in the starter-kit-widget . Follow the below steps.

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

  • Once you have installed the package in your project, include it in the appropriate component file following the ES6 import pattern:
    import {Desktop} from "@wxcc-desktop/sdk"

Reference links for more details