I have already opened case with purecloud, but they advised me to visit the Developer Forum for the assistance.And they mentioned like they have limited knowledge with Developer concerns.
please help me to get out of this issue.
From the information in the case, it sounds like you're trying to implement this and haven't ever gotten it to work. Can you provide some details about what you're doing?
I'm trying to get the real time queue data from purecloud. For that i used client credential method for getting access token.Then i created one Websocket connection.
Actually before i was able to create the websocket connection and i got the websocket heartbeat message, now same code is not working. After this websocket connection i want to listen the queue for real time data.
If you want to see the code i can share.
Yes, I'll need some details to be able to help you. Need to see some code and know what classes/libraries you're using for websockets. WebSockets work in node, so there's something unique about your application that's causing a problem.