Question
How to remove the contact details after end chat - Javascript
How can I remove the contact details (name, email) after ending a chat.
I was able to end the chat using
window.zE('webWidget', 'chat:end');
but unable to remove the contact details.
