This project gets 3 favorite contacts of a user and lets the user speed dial them. This also has a timer, which checks the call minutes and doesnot let the user place any more calls once the timer ends.
- Need RoomOS device to place the call
-
Clone this repository and change directory:
git clone https://github.com/wxsd-sales/call-favorite-contacts && cd call-favorite-contacts
- change to server directory
cd server
- Install dependencies
npm install
- Start the server
npm run start
Note: Make sure to deploy this server publicly and copy the server URL.
- Download the call-fav-kiosk.js file and upload it to your Webex Room device.
- Enable the Macro.
-
Copy
.env.example
file as.env
:cp .env.example .env
Add the Server URL value to PUBLIC_SERVER_URL in the
.env
file -
Install dependencies
npm install
-
Then run
npm run dev
Make sure to deploy this and add the deployed URL on RoomOS in kiosk mode. Note: Placing a call will not work on a normal web browser. We need a Room OS device, to place the call.
All contents are licensed under the MIT license. Please see license for details.
Everything included is for demo and Proof of Concept purposes only. Use of the site is solely at your own risk. This site may contain links to third party content, which we do not warrant, endorse, or assume liability for. These demos are for Cisco Webex usecases, but are not Official Cisco Webex Branded demos.
Please contact the WXSD team at [email protected] for questions. Or, if you're a Cisco internal employee, reach out to us on the Webex App via our bot ([email protected]). In the "Engagement Type" field, choose the "API/SDK Proof of Concept Integration Development" option to make sure you reach our team.