Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Dear all,I'm trying to Unset the button to show on the group button, for example:2 groups: left, right.in each group I have: 5 buttonBut it does not work, can someone help me? Thank you. function setbutton(event){
xapi.command('UserInterface Extensio...
Hi all, during the meeting, some users can change the setting of volume, camera, LCD... on touchpad, so I want to reset all the settings on the touchpad as default after the meeting end, any idea for event listeners? I use Zoom room on the cisco. I a...
Dear Lawrence,Thank you for your post. As I checked,xConfiguration Macros Mode On and AutoStart also ON.Can you take a look about this code below?const xapi = require('xapi');function resetRoomToDefault() {xapi.command('Audio Volume SetToDefault');xa...