Webex widget: simple demo
This repo is a simple demo of Webex widget, include:
For which purpose you can use it:
- for banks, supports
- e-commerce
- public sector
Business challenge
- Make a solution for banks that helps banks to collaborate and verify customers
- Integration calls from banks app/site with Contact Center Enterprise
- Many bank branches have moved to remote work. (So the work and verification of clients moved to online)
Requirements
Clone and open project
git clone https://github.com/oborys/simple_demo_webex_widget.git
cd simple_demo_webex_widget
Create Webex Guest Issuer https://developer.webex.com/my-apps/new
Open files server/webex_cred
and paste your variable Guest Issuer ID
as WEBEX_TEAMS_ISSUER_ID
and Shared Secret
as WEBEX_TEAMS_ISSUER_SECRET
Ensure the app is running in the browser
http://localhost:80
Bring down the containers:
Rebuild containers
Get a list of running containers
Choose CONTAINER ID with name simple_demo_webex_widget_flask
, simple_demo_webex_widget_vue
then stop docker conteiners
docker stop [CONTAINER ID]
and delete it
Make changes in code and then run
Solution scheme

In this repo, you can find useful Dockerize solution with which you can interact using REST API

After entering all data and push the Call button, the call will enable. Connect button will open widget with chat and other features like screen sharing, meeting, etc

Online demo
Other Useful links