scalableminds / chatroom

React-based Chatroom Component for Rasa Stack
https://npm-scalableminds.s3.eu-central-1.amazonaws.com/@scalableminds/chatroom@master/demo.html
GNU Affero General Public License v3.0
307 stars 207 forks source link

Function to Close Chatroom Widget #164

Closed obianujuokafor closed 3 years ago

obianujuokafor commented 3 years ago

Hello,

I'm currently working with the chatroom code and I have inserted it into my website. I added a two buttons to help open and close the chatroom window whenever they are pressed. I know to open the window I should call the function chatroom.openChat() like so "\"

What is the function to call to close the chatroom window?

"\"

I would appreciate any help!