feat: Add the ability to close and reopen the chat window via SDK (#3080)

This commit is contained in:
Aswin Dev P.S
2021-09-28 19:25:44 +05:30
committed by GitHub
parent 1761bec615
commit edd0e2329f
2 changed files with 11 additions and 4 deletions

View File

@@ -40,8 +40,8 @@ const runSDK = ({ baseUrl, websiteToken }) => {
launcherTitle: chatwootSettings.launcherTitle || '',
showPopoutButton: chatwootSettings.showPopoutButton || false,
toggle() {
IFrameHelper.events.toggleBubble();
toggle(state) {
IFrameHelper.events.toggleBubble(state);
},
setUser(identifier, user) {