onChatMaximize

Method to set the widget to max

Maximise the widget state

window.acquire = window.acquire || [];
 acquire.push(function(app){
     app.ui.status('max');
 });

Last updated