You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to write a script for Hubot to maintain status of active Control Calls. It looks like the object type to look for is CONF_CALL_STATE_NOTIFY, but I'm uncertain if there are others.
I'm currently using the following within the receiveWS method to start taking a look at the data:
... but haven't come up with anything genius as to how to interact with them yet. I'll start tinkering and let folks know what I come up with, but figured I'd start the conversation going at the same time.
The text was updated successfully, but these errors were encountered:
I'd like to be able to write a script for Hubot to maintain status of active Control Calls. It looks like the object type to look for is
CONF_CALL_STATE_NOTIFY
, but I'm uncertain if there are others.I'm currently using the following within the
receiveWS
method to start taking a look at the data:... but haven't come up with anything genius as to how to interact with them yet. I'll start tinkering and let folks know what I come up with, but figured I'd start the conversation going at the same time.
The text was updated successfully, but these errors were encountered: