You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of an edge case, but if the user doesn't interact with HappyChat before minimizing it and then gets a message the playSound() breaks. This is due to a browser specific limitation that prevents a window from making sounds at the start of a site with no interaction from the user.
Once the user responds or clicks in the window the problem is resolved, so I don't think this is a pressing issue.
DOMException: play() failed because the user didn't interact with the document first.
Checklist
No response
Related
No response
The text was updated successfully, but these errors were encountered:
Details
This is more of an edge case, but if the user doesn't interact with HappyChat before minimizing it and then gets a message the
playSound()
breaks. This is due to a browser specific limitation that prevents a window from making sounds at the start of a site with no interaction from the user.Once the user responds or clicks in the window the problem is resolved, so I don't think this is a pressing issue.
Checklist
No response
Related
No response
The text was updated successfully, but these errors were encountered: