Chat contact missed results in error status rather than missed status
See original GitHub issueCurrently contact.onMissed()
is not being fired when a contact chat has been missed.
From my understanding of what I have read contact.onMissed()
seems to only handle call cases, but it should really handle both voice/ chat. This is because weather a contact is a voice/ chat contact they are a contact that has been missed.
Documentation snippet:
Subscribe a method to be invoked whenever the contact is missed. This is an event which is fired when a contact is put in state “missed” by the backend, which happens when the agent does not answer for a certain amount of time, when the agent rejects the call, or when the other participant hangs up before the agent can accept.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
6 Methods to Fix WhatsApp Status Not Showing
How to Fix WhatsApp Status Not Showing? · Fix 1: Check the connection · Fix 2: Contact Your Friends · Fix 3: Update...
Read more >Error Codes - WhatsApp Business Platform On-Premises API
Error codes, titles, and descriptions and HTML status codes and descriptions that may be returned by the WhatsApp Business API Client.
Read more >Troubleshoot issues in Omnichannel for Customer Service
Use this topic to get information on how to resolve issues that you might face when you work with Omnichannel for Customer Service....
Read more >Examples of Responses for Live Chat - ProvideSupport
A collection of customer service live chat examples and canned responses for live chat operators and customer support representatives.
Read more >12 Response Templates for Tricky Customer Service Emails
Use these customer service response templates and examples for inspiration to craft the perfect replies to the trickiest emails your team ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is indeed the behavior, and although I coded my application appropriately, it does not seem right that it should go into error state and not missed state. Can this be fixed/updated?
@sseidel16 fair enough, In our Call contact system we usually show all information about the contact to an agent before they have accept a call so they can respond must faster to a customers query. Was pretty much trying to do the same thing here with chat and showing the current transcript and subsequent messages coming through before accepted.
Since the original issue around
onMissed()
not working has been resolved as part of version 1.4.8 I will be closing this ticket.