CreateBlogSupport
Log inSign up
Home
Webex Contact Center
  • Overview
  • Guides
  • API REFERENCE
  • AI
  • Campaign Management
  • Configuration
  • Data
  • Desktop
  • Journey
  • Media And Routing
  • Changelog
  • SDK
  • Widgets
  • Customer Journey Data Service
  • AI Assistant for Developers
  • Webhooks
  • Contact Center Sandbox
  • Using Webhooks
  • Troubleshoot the API
  • Beta Program
  • Webex Status API
  • Contact Center Service Apps
  • FAQs

Webex Contact Center

Overview

This page lists all available widget components in the Webex Contact Center Widgets package (@webex/cc-widgets).

anchorAvailable Components

anchor

The following React components are available for building your Contact Center agent interface:

Core Components
  1. StationLogin

    • Allows agents to perform station login and update their profile.
    • Supports multiple connection types: Desktop (WebRTC), Extension (Softphone), and Dial Number (PSTN)
  2. UserState

    • Displays and manages agent state
    • Allows agents to switch between states (Available, Meeting, etc.)
Task Management Components
  1. IncomingTask

    • Presents incoming tasks to agents
    • Provides accept and reject actions
  2. TaskList

    • Displays and manages multiple tasks in a list view
    • Supports task selection, acceptance, and decline callbacks
Call Control Components
  1. CallControlCAD

    • Advanced call controls with Call Associated Data
    • Includes consult, transfer, and conference capabilities
    • Supports styling via callControlClassName and callControlConsultClassName properties
  2. OutdialCall

    • Enables agents to make outbound calls
    • Manages outdial call workflows

anchorImport Example

anchor

All components can be imported from the @webex/cc-widgets package:

import { 
  StationLogin, 
  UserState, 
  IncomingTask, 
  TaskList, 
  CallControlCAD,
  OutdialCall 
} from '@webex/cc-widgets';
In This Article
  • Available Components
  • Import Example
Related Resources
  • Kitchen Sink Demo App
  • NPM Package
  • Widgets GitHub Repository

    Connect

    Support

    Developer Community

    Developer Events

    Contact Sales

    Handy Links

    Webex Ambassadors

    Webex App Hub

    Resources

    Open Source Bot Starter Kits

    Download Webex

    DevNet Learning Labs

    Terms of Service

    Privacy Policy

    Cookie Policy

    Trademarks

    © 2026 Cisco and/or its affiliates. All rights reserved.