This is a proof-of-concept application that uses Webex JS SDk to render Webex Meetings. This PoC lets the user make post request o Task Routing APIs to send information to Finesse.
Open a new terminal window and follow the instructions below to setup the project locally
-
Clone this repository and change directory:
git clone https://github.com/wxsd-sales/webex-meetings && cd webex-meetings
-
Install all the dependencies using:
npm install
npm install nodemon
-
Build and then Start the application using:
npm run build
npm run start
-
To run this project on Docker, make sure to have Docker installed on your Windows or linux system, and build and run Docker file using:
docker build -t webex-meetings-server .
docker run -i -p 3000:3000 -t webex-meetings-server
Distributed under the MIT License. See LICENSE
for more information.
Please reach out to the WXSD team at wxsd@external.cisco.com.