Open the menu
    ```html

    Chat Room

    Allows communication between users through chat rooms.

    Allows real-time communication between registered users on the portal, during pre-established times. This communication occurs through the sending of messages to chat rooms by the participants, which can be viewed by all participants (1:n) or by some of them (1:1).

    Permissions

    • Manage service instance: Allows managing all data of this service instance, including deleting it entirely.
    • Edit service instance content: Allows managing all data of this service instance with publisher profile.
    • View service instance: Allows viewing public data of this service instance.
    • Moderate: Allows the user to moderate Chat Rooms.
    • Participate: Allows the user to participate in Chat Rooms.

    Interfaces

    ```