Hello
I’m building an application using sendbird for my client app.
We already have a React dashboard for the app and we want to include Sendbird in our react dashboard so the client can have one place to access all related stuff to the app.
We want the user to do the following from the react app
1- See all of the channels created
2- Create a new channel and add users to that channel
3- Chat within that channel
Can you please guide me to the way of doing that ?
I’m getting confused between users, moderators and weather I should put that logic from Sendbird UI kit or what exactly
Thanks in advance