I'm looking at some tutorials to make a chat backend. In my case, I have users who will be creating their own rooms, plus rooms for specific topics that I will create.
In a lot of the tutorials and documentation, one defines a channel like:
channel "room:general", MyApp.Room
How to set up my channels so that users can create their own? For example, being able to result in the creation of room:[some id]
?