Skip to content

wxsd-sales/ic-far-end-camera-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instant Connect far end camera control

Simple solution where a provider can select one device from the org, start meeting and control camera

Watch on Vidcast

Setup

Prerequisites & Dependencies:

Installation Steps:

  1. Clone this repository
    git clone https://github.com/wxsd-sales/ic-far-end-camera-control.git
    
  2. Move to this folder
    cd ic-far-end-camera-control
    
  3. npm install
    
  4. Create an integration here. Add Integration name, Icon, App Hub Description Redirect URI(s) : http://localhost:3000/callback Scopes : spark:all
  5. Once the integration is created save Client Id, Client Secret safely.
  6. Create a bot here. Add Bot name, Bot username, Icon, App Hub Description.
  7. Once the bot is created, save the bot access token safely.
  8. 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
    
  9. 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.
  10. Also search for "Cisco Meeting Broker Call Enabler Bot" and select Full Access in the Access level dropdown.
  11. Also for the devices make sure Far End Control Mode is set to On (On is the default).

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 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.

About

Simple solution where a provider can select one device from the org, start meeting and control camera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published