onChatInitiated/Started
Initiate the chat from the acquire object by maximize the widget state with parameter as Chat.
window.acquire = window.acquire || [];
acquire.push(function(app){
app.max('chat');
});
Last updated
Initiate the chat from the acquire object by maximize the widget state with parameter as Chat.
window.acquire = window.acquire || [];
acquire.push(function(app){
app.max('chat');
});
Last updated