Talking about webchat v2 is there a way to initialize without opening the chat window? The documentation says to init chat is needen to use customPlugin.command('WebChat.open'); but I was wondering if there should be two different commands, one to init and another to open. What I'm trying to achieve is to display invite window even if the user hasn't clicked on the button with the 'WebChat.open' command
You can execute customPlugin.command('WebChat.open')
from anywhere/at any time you like. It doesn't have to be in response to a button click.
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.