Skip to main content

Chatroom Overview

Chatroom provides a business model with no user limit and supports high-concurrency message processing, suitable for scenarios such as live streaming, communities, games, social networking, and interest discussions. Key points of the chatroom business are as follows:

  • There is no limit to the number of chatrooms that can be created under an App Key, and there is no limit to the number of members in a single chatroom.
  • Chatrooms have an auto-destruction mechanism. By default, all chatrooms will kick out all members and automatically destroy themselves after being inactive (no members entering or leaving and no new messages) for 1 hour. This duration can be extended, or it can be configured to auto-destruct at a scheduled time. For details, refer to the server documentation Chatroom Destruction Mechanism.
  • Chatrooms have an automatic exit mechanism for offline members. When the default preset conditions are met, the RC server will kick out chatroom members. For details, refer to Exit Chatroom.
  • Local messages in the chatroom will be deleted when exiting the chatroom. Chat Premium Plan and Chat Ultimate Plan customers can choose to enable the Cloud Storage for Chatroom Messages feature to store messages on the RC server. Specific features and fees are subject to the Billing Instructions documents.
  • Chatrooms do not support offline message push notifications. Only online chatroom members can receive chatroom messages.

Client UI Framework Reference Design

The chatroom product does not currently provide dedicated UI components for chatroom conversations. You can refer to the following UI framework design to understand the design approach for chatrooms.

  • The Chatroom tab in the figure below shows the chatroom message list.
  • The Chatroom Management window in the figure below demonstrates some of the capabilities supported by chatrooms, such as muting, banning, and allowlists.

Service Configuration

The client SDK supports chatrooms by default, and no application is required to enable them.

Some basic features and value-added services of chatrooms can be enabled and configured on the Basic Features and Chat pricing plans pages in the Console.

Chatroom Feature Interfaces

The chatroom session relationship is established and maintained by RC. The SDK provides some chatroom management interfaces such as joining and exiting. More chatroom management features require the use of the instant messaging server API. The table below describes the main feature interfaces of RC chatrooms.

Feature CategoryFeature DescriptionClient APIRC Server API
Create and Destroy ChatroomManually create or destroy a chatroom. Note: The client SDK does not have a separate API for creating a chatroom. The client does not provide an API for manually destroying a chatroom.Not providedCreate Room, Destroy Room
Join and Exit ChatroomJoin an existing chatroom. Ensure the chatroom ID exists. Joining and exiting a chatroom is only provided by the client API. Note: The client has deprecated APIs that support creating a chatroom before joining, but this is no longer recommended.Join Chatroom, Exit ChatroomNot provided
Query Chatroom and User Information
  • Query basic information about the chatroom, including chatroom ID, name, and creation time.
  • Query chatroom member information, supporting retrieval of member user IDs and join times, with a maximum of 500 members returned, sorted by join time.
Not providedQuery Room Info
Chatroom KeepaliveAdd one or more chatrooms to the chatroom keepalive list. Chatrooms in the keepalive list will not be automatically destroyed by the RC server.Not providedKeepalive Room
Chatroom Attribute Management

Set custom attributes in a specified chatroom. For example, in a voice live streaming chatroom scenario, use this feature to record the attributes of each microphone position; or in card game scenarios like Werewolf, record user roles and game status.

Chatroom attributes are stored in Key-Value pairs, supporting setting, deleting, and querying attributes, as well as batch and forced operations.

Chatroom AttributesAttribute Management (KV)
Ban/Unban Chatroom UserBan one or more chatroom members. Banned members will be kicked out of the specified chatroom and cannot re-enter the chatroom during the ban period.Not providedMember Ban
Chatroom User Allowlist

Requires enabling under Basic Services on the Chat pricing plans page. Chat Premium Plan or Chat Ultimate Plan can enable this service. Specific features and fees are subject to the Billing Instructions documents.

After a user is added to the allowlist of a chatroom, their messages will not be discarded when the chatroom has a high message volume; and the user will not be automatically kicked out of the chatroom by the RC server.

Not providedChatroom Allowlist Service
Send Chatroom MessageSend a chatroom message.Send MessageSend Chatroom Message
Recall Chatroom MessageRecall a chatroom message.Recall MessageMessage Recall
Get Chatroom History MessagesGet chatroom history messages.Get Chatroom History MessagesHistory Message Log
Chatroom Low-Priority Message

Requires enabling under Basic Services on the Chat pricing plans page. Chat Premium Plan or Chat Ultimate Plan can enable this service. Specific features and fees are subject to the Billing Instructions documents.

If a message type is in the low-priority message list, all messages of that type are considered low-priority. When the server is under high load, high-priority messages are retained first, and low-priority messages are discarded first. By default, all messages are high-priority.

Not providedChatroom Message Priority Service
Chatroom Message Allowlist

Requires enabling under Basic Services on the Chat pricing plans page. Chat Premium Plan or Chat Ultimate Plan can enable this service. Specific features and fees are subject to the Billing Instructions documents.

If a message type is in the chatroom message allowlist, all messages of that type are protected and will not be discarded even when the chatroom has a high message volume.

Not providedChatroom Allowlist Service
Mute Chatroom MemberMute one or more members in a specified chatroom. Muted members can receive and view chatroom messages but cannot send messages to the chatroom.Not providedMute a User
Mute All MembersMute all members in a chatroom or cancel the mute status for all members in a specified chatroom. After setting all members to mute, all members of the chatroom cannot send messages to the group via the client SDK.Not providedMute All
Mute ExceptionsAdd one or more group members to the chatroom mute exceptions list. After being added to the allowlist, even if the chatroom is in a mute-all state, the member can still send messages to the chatroom via the client SDK.Not providedMute All
Global Mute Chatroom Member

Requires enabling under Basic Services on the Chat pricing plans page. Chat Premium Plan or Chat Ultimate Plan can enable this service. Specific features and fees are subject to the Billing Instructions documents.

Add one or more users to the global mute list for chatrooms. Users in the list cannot send messages in all chatrooms under the application.

Not providedGlobal Mute

Differences from Groups and Ultra Groups

You can understand the differences between business types and all features through the following documents: