Simple solution where a provider can select one device from the org, start meeting and control camera
- Make you have a Webex registered device. Here is the document with the list of supported devices.
- Node. js installed
- Ensure network access to:
- Clone this repository
git clone https://github.com/wxsd-sales/ic-far-end-camera-control.git
- Move to this folder
cd ic-far-end-camera-control
-
npm install
- Create an integration here. Add Integration name, Icon, App Hub Description Redirect URI(s) : http://localhost:3000/callback Scopes : spark:all
- Once the integration is created save Client Id, Client Secret safely.
- Create a bot here. Add Bot name, Bot username, Icon, App Hub Description.
- Once the bot is created, save the bot access token safely.
- Create a new file .env in the main project directory and copy contents from .env.example
CLIENT_ID=your_webex_client_id CLIENT_SECRET=your_webex_client_secret REDIRECT_URI=http://localhost:3000/callback BOT_TOKEN=Bearer your_bot_access_token
- As an admin, login to https://admin.webex.com. Navigate to the desired workspaces. Click Edit API Access. Search for the name of the bot you just created and give it Full Admin capabilities.
- Also search for "Cisco Meeting Broker Call Enabler Bot" and select Full Access in the Access level dropdown.
- Also for the devices make sure Far End Control Mode is set to On (On is the default).
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 wxsd@external.cisco.com for questions. Or, if you're a Cisco internal employee, reach out to us on the Webex App via our bot (globalexpert@webex.bot). In the "Engagement Type" field, choose the "API/SDK Proof of Concept Integration Development" option to make sure you reach our team.