Skip to content

wxsd-sales/presence-on-device

Repository files navigation


Presense Lookup on RoomOS Devices

Webex user presence lookup & SIPURI Protocol Handler dialing
Explore the docs »

View Demo · Report Bug · Request Feature

*Everything included is for demo and Proof of Concept purposes only. Your 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.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

production-screenshot

In this demo we show how to subscribe to others and set self statuses using webex JS SDK.

Dependencies

URL Parameters

This app accepts the following URL parameters:

Parameter Required Description Default
mode optional retrieve live user presence data in two ways: to Poll REST API with give interval AKA 'polling' or Subscribe to Webex internal webSocket connection AKA 'pubSub' polling
interval optional Given interval in milliseconds to poll REST API if mode is set to 'polling' 5000

å

Getting Started

If you would like to contribute to our source code and to improve our demo, please follow the steps mentioned below:

Installation

  1. Clone the repo
    git clone https://github.com/WXSD-Sales/PresenceOnDevice.git
  2. We use NVM to manage our node.js machine versioning. You can learn more about NVM here
    nvm use
  3. Install the packages via Yarn
    yarn
  4. Start the server
    yarn start

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch in your forked repo (git checkout -b myrepo/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin myrepo/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

wxsd@cisco.external.com

About

user presence lookup on Cisco devices in kiosk mode

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published