{"id":20588852,"url":"https://github.com/ciscodevnet/webex-contact-center-widget-starter","last_synced_at":"2026-03-06T11:31:46.546Z","repository":{"id":39167636,"uuid":"298709493","full_name":"CiscoDevNet/webex-contact-center-widget-starter","owner":"CiscoDevNet","description":"WebEx Contact Center widget starter","archived":false,"fork":false,"pushed_at":"2026-02-04T04:13:49.000Z","size":26453,"stargazers_count":30,"open_issues_count":8,"forks_count":49,"subscribers_count":26,"default_branch":"master","last_synced_at":"2026-02-04T15:07:28.872Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CiscoDevNet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-09-26T00:53:55.000Z","updated_at":"2026-02-04T04:13:54.000Z","dependencies_parsed_at":"2023-02-02T07:31:22.942Z","dependency_job_id":"ebdcccc9-22d9-4189-a8ee-5a368ec0abd5","html_url":"https://github.com/CiscoDevNet/webex-contact-center-widget-starter","commit_stats":{"total_commits":319,"total_committers":33,"mean_commits":9.666666666666666,"dds":0.7272727272727273,"last_synced_commit":"f2c24f4c33a9764c1432e59261742629b43ba206"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CiscoDevNet/webex-contact-center-widget-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fwebex-contact-center-widget-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fwebex-contact-center-widget-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fwebex-contact-center-widget-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fwebex-contact-center-widget-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CiscoDevNet","download_url":"https://codeload.github.com/CiscoDevNet/webex-contact-center-widget-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiscoDevNet%2Fwebex-contact-center-widget-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30173694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T07:26:48.546Z","updated_at":"2026-03-06T11:31:46.491Z","avatar_url":"https://github.com/CiscoDevNet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webex Contact Center Widget Starter\nThis 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. \n\nWe aim at covering various scenarios, for when your development team is leaning towards \n* [**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 \n* [**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 \n* [**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). \n\nDive into the respective folder based on your tech stack preference to get started.\n\n## To integrate JS SDK \n\nTo integrate contact center desktop sdk in the starter-kit-widget . Follow the below steps. \n\n  - `npm install @wxcc-desktop/sdk --save` \u003cbr\u003e\n   or \u003cbr\u003e\n   `yarn add @wxcc-desktop/sdk`\n\n  - Once you have installed the package in your project, include it in the appropriate component file following the ES6 import pattern:\u003cbr\u003e\n    `import {Desktop} from \"@wxcc-desktop/sdk\"`\n\n## Reference links for more details \u003cbr\u003e\n   - [Desktop JS SDK Official](https://developer.webex-cx.com/documentation/guides/desktop)\n   - [Desktop JS API samples](https://github.com/CiscoDevNet/webex-contact-center-api-samples)\n   - [Product Overview and Documentation](https://www.cisco.com/c/en/us/support/customer-collaboration/webex-contact-center/series.html)\n   - [Other useful resources](https://ciscodevnet.github.io/webex-contact-center-widget-starter/?path=/story/introduction--page)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciscodevnet%2Fwebex-contact-center-widget-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fciscodevnet%2Fwebex-contact-center-widget-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciscodevnet%2Fwebex-contact-center-widget-starter/lists"}