Hi,
After moving to the new ZenDesk integrate chat experience, how do we hide the web widget, while being able to open the chat window only from our own code?
Currently, I can do: zE('webWidget', 'hide'), and then when I want to open, I can do: zE("webWidget", "show"); zE("webWidget", "open");, but when the user minimizes the window, the widget is again visible which we don't want.
In the previous version we were able to handle the launcher widget separately from the chat window. How do we do that in the current version?