Proactive inlays
Content
We deployed proactive inlays with code example provided in documentation. Its working now but proactive invite message keeps popping up when you go from one page to another and chat session is in progress. Cant seem to find a way to not show proactive chat if chat session is in progress. Do we have to provide any additional parameter to PAC code for this?
<inlay-oracle-chat-pac
id="proactiveChatInlay"
class="inlay"
seconds="5"
title-text="Proactive test"
button-accept-action="fireEvent"
site-url="rockstarCX.widget.custhelp.com" >
</inlay-oracle-chat-pac>
0