Skip to content

Examples of In-Room Controls, Macros and Node.js scripts for Cisco Collaboration Endpoints

License

Notifications You must be signed in to change notification settings

jecot/xapi-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handy samples for xAPI In-Room Controls & Macros

This repo contains custom Controls, Javascript Macros examples and Node.js applications to quickly ramp you up with the CE programmability and xAPI.

New to Controls & Macros? check the QuickStart Guide to learn to load Controls and Macros to your device

Next steps: done with the examples in this repo? here are a few suggestions

Quick intro to T-Shell

Simply SSH to your Collaboration Device and run the commands below:

Listening to events

# Listen to all notifications (events, status, commands)
xfeedback register /
# Listen to in-room control events
xfeedback register /Event/UserInterface/Extensions
# Stop listening
xfeedback deregisterall

Sending messages

# Listen to messages
xfeedback register /Event/Message/Send
# Send message
xCommand Message Send Text: "This is random text"

Check the message Macro for an example in javascript.

About

Examples of In-Room Controls, Macros and Node.js scripts for Cisco Collaboration Endpoints

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • HTML 79.8%
  • JavaScript 18.5%
  • CSS 1.7%