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.
Greetings,I am at wits end, I wrote a lite little script to fire off some DTMF tones whenever the user unmutes the mic on the endpoint, see below... import xapi from 'xapi';
xapi.Status.Audio.Microphones.Mute.on(value => {
if (value === 'Off') {
...
I am getting the following error while trying (unsuccessfully) to use the Zoom Enhanced API connector to synchronize mute state on endpoint and zoom meeting. HTTP Feedback Connectivity ProblemsThe HTTP Feedback for slot 4 can not be delivered. There...
A user in our Miami office is reporting a very strange issue. She states she cannot turn speaker-track on/off from the touch-10 in the room. I can turn it on and off from the web GUI and if I connect a touch-10 to the network at my desk in California...
Greetings, I am an AV Systems Engineer with a finance company in Newport Beach California. We have a small conference room design that includes a WebEx Roomkit Plus, a Touch-Navigator, and a Samsung 75" LED display. As configured, when the endpoint g...
Greetings, I have been adding a display power on and display power button to my endpoints via UI extension and executing the powering on/off via Crestron processor (button press on t-10 via widget) works great. What I am trying to do is remove the ne...
We are working with Zoom TAC support on a daily basis trying to resolve issues with the connector product. The general consensus is that the error and non-function of the API connector is due to network connectivity. Our infrastructure; codecs, switc...
Thank you for your reply... The command you suggested below will not execute, presumably because I believe the "LogicalAddress" param is required...xCommand Video CEC Output KeyClick ConnectorID: 1 Key: xSo I think Display 1 out is connector ID 1, bu...