Chat Instability - Agent Switching automatically - Chat service built using https://api.zopim.com/web-sdk
已于 2021年12月14日 发布
We provide our customers a Chatbot interface from within that we use https://api.zopim.com/web-sdk to connect to Zendesk Chat to provide Human Agent chat when needed.
What we have seen recently is that visitor after getting connected to an agent, are put back into queue after sometime by Zendesk. Upon going to 0 position, visitor gets connected to same or different agent. This happens without user refreshing the page or without any internet issues.
We could monitor this by watching Zendesk event logs within https://api.zopim.com/web-sdk integration on our side where we see sequeue of events being something like:
Connecting
Connected
Queue Position:2
Queue Position:1
Queue Position:0
member joined (agent)
exchange of messages..
Connecting
Connected
Queue Position: 2 (or something)
..
Queue Position: 0
member joined (Agent --same or different)
This is impacting the user experience in a really bad way.
Has anyone else seen this issue and has solution/recommendations?
3
0 条评论
登录以发表评论。