Open the menu
    ```html

    Chat Room: Quick List

    Presents the list of chat rooms that are currently taking place. Each chat room in the list has a link for the user to join if they are interested.

    Screens

    Quick List

    Data

    Chat Room

    • Title(string) : Name of the room that will be displayed in the room list.
    • Introduction(text) : Brief description of the subject that may be discussed in the room.
    • User limit(integer) : Allows you to set the limit of users participating in the room. By default, the limit is 100 participants. A room can be unlimited in the number of participating users, simply 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 the room will be opened. If this time is not changed, the current time already stated in this field will be assumed.
    • End(date and time) : Filling this field is not mandatory, so a room can remain available indefinitely. If an end time is set, the room will become unavailable in the room list after the specified time.
    • Moderated(boolean) : Allows you to determine whether the messages posted in the room will have their views controlled by a moderator. To do so, this field must be selected. When the room is moderated, all sent messages are first received in the moderator's session, and they will authorize or not the visualization of the message (by all users or users in the private conversation).
    • Expiration date(date and time)
    • Instances(string)
    • Groups(string)
    ```