Hi,
If you are creating rooms from the dashboard then you have to provide following info:
1. Room is static or dynamic. To know more about static and dunamic please visit this link
2. Room Name for the room you are creating
3. How many maximum users can join this room
4. Who is the owner of the room
5. This is optional which you can skip. Using this, you can also assign the properties to the room in the form of key-valu pair
The rooms can also be created using our APIs from the client side SDKs. If you are creating rooms using APIs then the rooms are by default Dynamic in Nature and hence you only have to pass roomName, maxUser, roomOwner to create a room. You can also add properties if required.
Let me know if you have any other queries.
Thanks,
Rajeev