microsoft / omnichannel-chat-sdk

Headless Chat SDK to build your own chat widget against Dynamics 365 Omnichannel Services.
MIT License
40 stars 40 forks source link

Cached getAgentAvailability for unauthenticated conversations #331

Open alecam opened 3 months ago

alecam commented 3 months ago

Hello, will it be possibile to have a non-cached version of getAgentAvailability for unauthenticated conversations?

In my scenario I would like to call it every n-seconds/minutes to check for agent availability and react to it as soon as an agent is available but it is not possible right now since it seems like the response of the getAgentAvailability is cached.

Thank you Alessio