Override display header

If you want to override the display of the header in case you want to use the webchat in different way on your website

window.clustaarSettings = {
                bot_id: 'MY_BOT_ID',
                bot_token: 'MY_BOT_TOKEN',
                displayHeader: false', // override to hide the header, even if you activated it on the platform
            };