Hi Team,
Greetings!
I would like to know if there is a way to hide the close button of the chat widget in Freshchat.
Currently, we can hide the chat icon using the script below:
<script>
window.fcWidget.init({
config: {
headerProperty: {
hideChatButton: true
}
},
host: "WEB_HOST_URL",
token: "WEB_CHAT_TOKEN"
});
</script>
Is there a similar approach we can use to hide the close button?