Giter Site home page Giter Site logo

simple_demo_webex_widget's Introduction

Webex widget: simple demo

This repo is a simple demo of Webex widget, include:

  • vue UI part where users can type in personal data to create conversation or make a call
  • Dockerize server app that gives you J(SON) W(eb) T(oken)
  • in this repo, you can find split microservices, with which you can interact using REST API

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

docker-compose up

Ensure the app is running in the browser http://localhost:80

Bring down the containers:

docker-compose stop

Rebuild containers

Get a list of running containers

docker ps -a

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

docker rm [CONTAINER ID]

Make changes in code and then run

docker-compose up

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

simple_demo_webex_widget's People

Contributors

oborys avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.