I just want to build a simple chat within my page. Just the chat - no room selection, no user list. Jus showing the stream of messages and allowing my page visitors to participate in the chat.
I will preconfigure the chat group and will take care of users’ authentication using a small React app.
What is the simplest way to do it?
TY