Hi all,
I'm looking for a way that I can receive a notification from the WebSocket service when users log into or out of a queue.
Previously, I've just polled regularly to this GET endpoint: /api/v2/routing/queues/{queueId}/users?expand=routingStatus%2Cpresence&presence=On%20Queue and that works ok, but I'm trying to move away from polling. Is there a WebSocket topic that will give me this information? I can't see anything that immediately suggests itself from the list of available topics.