Open Chat Trigger is a function that will force the chat to maximize when an element is clicked.
The following function should be included in the header section of your website:
<!-- Custom open chat trigger logic -->
<script type="text/javascript">
window.crowdioWidgetReady = function (api) {
jQuery('.triggerChat').on('click', api.widget.maximize);
}
</script>
After implementing the function, you are able to apply triggerChat onto the class attribute.