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.
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.
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.
-
Clone this repository and change directory:
git clone https://github.com/wxsd-sales/meraki-vision-supervisor && cd meraki-vision-supervisor
-
Install Node.js dependencies:
npm install
-
Build the extension from source:
npm run build
-
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.
- You should now see some files in the
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.
A video where we demo this PoC is available on Vidcast — https://app.vidcast.io/share/296228d8-18d0-4a76-b350-3fec18274613.
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.
Please reach out to the WXSD team at [email protected] or contact me on Webex ([email protected]).