Skip to content

Cross browser extension to add call buttons on Meraki Vision Dashboard, enabling click-to-call.

License

Notifications You must be signed in to change notification settings

wxsd-sales/meraki-vision-supervisor

Repository files navigation

Meraki Vision Supervisor

Cross browser extension to add call buttons on Meraki Vision Dashboard, enabling click-to-call.

This is a proof-of-concept extension for web browsers (like Chrome, Edge, Firefox etc.) that adds call buttons to the Meraki Vision Dashboard. When clicked, the button cross-launches a call to the SIP address associated with the selected camera. This extension is particularly useful for scenarios such as patient-room monitoring, prison systems, and more.

meraki-vision-supervisor-demo

Table of Contents (click to expand)

Overview

This browser extension enhances the Meraki Vision Dashboard by adding a call button next to each camera tile. The button uses the SIP address associated with the camera (via tags) to initiate a Webex call. This enables quick and seamless video communication directly from the dashboard.

Setup

These instructions assume that you have:

  • Administrator access to a browser where you can install the extension, locally in Developer Mode.
  • Node.js installed on a Windows (via WSL2), macOS, or Linux machine.

Open a new terminal window and follow the instructions below to set up the project locally for development/demo.

  1. Clone this repository and change directory:

    git clone https://github.com/wxsd-sales/meraki-vision-supervisor && cd meraki-vision-supervisor
    
  2. Install Node.js dependencies:

    npm install
    
  3. Build the extension from source:

    npm run build
    
  4. Install the extension:

    • You should now see some files in the .output directory.
    • Follow your respective browser's guide to install the extension from this directory.

If you are actively making changes to the source code, you may be better off using npm run dev in step 3 above. Please do note that some changes need re-installation of the extension to take effect.

Demo

A video where we demo this PoC is available on Vidcast — https://app.vidcast.io/share/296228d8-18d0-4a76-b350-3fec18274613.

Disclaimer

Everything included in this repository is for demo and Proof of Concept (PoC) purposes only. Use of the PoC is solely at your own risk. This project may contain links to external content, which we do not warrant, endorse, or assume liability for. This project is for Cisco Webex use-case, but is not official Cisco Webex branded project.

License

MIT

Support

Please reach out to the WXSD team at wxsd@external.cisco.com or contact me on Webex (ashessin@cisco.com).

About

Cross browser extension to add call buttons on Meraki Vision Dashboard, enabling click-to-call.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published