# webex-contact-center-widget-starter **Repository Path**: mirrors_CiscoDevNet/webex-contact-center-widget-starter ## Basic Information - **Project Name**: webex-contact-center-widget-starter - **Description**: WebEx Contact Center widget starter - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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**](https://github.com/CiscoDevNet/webex-contact-center-widget-starter/tree/master/react) [![Generic badge](https://img.shields.io/badge/Completion-95-green)](https://shields.io/), or * [**Angular**](https://github.com/CiscoDevNet/webex-contact-center-widget-starter/tree/master/angular) [![Generic badge](https://img.shields.io/badge/Completion-20-red)](https://shields.io/), or is willing to explore the pure * [**Web Component**](https://github.com/CiscoDevNet/webex-contact-center-widget-starter/tree/master/lit-element) [![Generic badge](https://img.shields.io/badge/Completion-95-green)](https://shields.io/) 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
- [Desktop JS SDK Official](https://developer.webex-cx.com/documentation/guides/desktop) - [Desktop JS API samples](https://github.com/CiscoDevNet/webex-contact-center-api-samples) - [Product Overview and Documentation](https://www.cisco.com/c/en/us/support/customer-collaboration/webex-contact-center/series.html) - [Other useful resources](https://ciscodevnet.github.io/webex-contact-center-widget-starter/?path=/story/introduction--page)