Skip to content

Web app to call their loved ones / contacts. This is for Webex devices.

License

Notifications You must be signed in to change notification settings

wxsd-sales/call-favorite-contacts

Repository files navigation

Call Favorite Contacts

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.

Setup

Prerequisites & Dependencies:

  • Need RoomOS device to place the call

Installation Steps:

  1. Clone this repository and change directory:

    git clone https://github.com/wxsd-sales/call-favorite-contacts && cd call-favorite-contacts
    

Server Setup

  1. change to server directory
    cd server
    
  2. Install dependencies
    npm install
    
  3. Start the server
    npm run start
    

Note: Make sure to deploy this server publicly and copy the server URL.

Macro Setup

  1. Download the call-fav-kiosk.js file and upload it to your Webex Room device.
  2. Enable the Macro.

Web app Setup

  1. Copy .env.example file as .env:

    cp .env.example .env
    

    Add the Server URL value to PUBLIC_SERVER_URL in the .env file

  2. Install dependencies

    npm install
    
  3. 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.

License

All contents are licensed under the MIT license. Please see license for details.

Disclaimer

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.

Questions

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.

About

Web app to call their loved ones / contacts. This is for Webex devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published