famous-bird-23831
08/08/2023, 7:47 AMwindow.botpressWebchat.configure({ hideWidget: 'true' })
and then window.botpressWebchat.configure({ hideWidget: 'false' })
. After those two calls I cannot receive any events anymore (MESSAGE.RECEIVED and so on)
.
Do I have to manually hide widget? I can toggle bp-widget-hidden
class on iframe or just toggle display:none
, but this looks to me like workaround.famous-bird-23831
08/08/2023, 9:29 AMconfigure
I use mergeConfig
and everything works.