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.
I followed the sample code from the Non Gadget and I can get user notifications and dialog notification but no queues info. This is the code I have, I put the sendIq function inside the successCallbackI just want to subscribe to realtime queue change...
In our organization we are trying to make available some administrator gadgets to the client (most team management gadgets).We don't want to share with them an administrator account since there are some other admin options we don't want to be exposed...
On Unified CCE Administrator Manage > Agent > Desk Settings. there's an option to configure Auto Answer.How can my gadgets read that setting? are those settings available by the FinesseJavaScriptLibrary or is there any way to read/receive those sett...
Nevermind, I just had to move the sendIq function to be executed first on the successCallback.
successCallback: function () {
//Get the server generated resource ID to be used for subscriptions.
_jwClient...