Chat Room: Details
Interface that serves as a link for the user being directed from one of the interfaces: quick list or list. It should be used together with the participate interface, as if the chat is ongoing, the user will be able to join it.
Features
- It is a details interface
Screens
Data
Chat Room
- Title(string) : Name of the room that will be displayed in the list of rooms.
- Introduction(text) : Brief description of the subject that can be addressed in the room.
- User limit(integer) : Allows setting the limit of user participants in the room. By default, the limit is 100 participants. A room can be unlimited in terms of the number of participating users, just do NOT fill this field with an integer greater than zero. In a moderated room, the moderator is not counted in the number of users.
- Start(date and time) : This time determines the date and time when the room will be opened. If this time is not changed, the current time already provided in this field will be assumed.
- End(date and time) : Filling in this field is not mandatory, so a room can remain available indefinitely. If an end time is determined, the room will become unavailable in the list of rooms after the specified time.
- Moderated(boolean) : Allows determining if the messages posted in the room will have their views controlled by a moderator. To do this, this field must be selected. When the room is moderated, all messages sent are first received in the moderator's session, and he will authorize or not the visibility of the message (either for all users or for users of the private conversation).