Hello,
We are implementing a Chat Widget for Purecloud v2.0 in a secure site with a short expiration session, around 5 minutes, the site detects if the user has not performed any action in the last 5 minutes and automatically closes the session. We are worried because while the user is waiting on queue on the Chat, or even typing in to the Widget frame, the page does not detect any input from the user (because the widget is technically not part of the page)
Is there any way to send to trigger a message from the Widget to the hosting page, a kind of "keep alive" signal to the website in order to keep the site session opened? is this possible using the webchat widget?
if it is, is there any documentation available on how to perform this action?
We are aware of the "heartbeat" functionality in the API but is there any way to use this with the Widget?
PS: Just to make it perfectly clear, I don't need to keep the Chat Session Alive, I need to keep the webpage session alive as long as the chat is connected.