-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ The specific feature differences are listed in the following table: | |
| Maximum number of members | 5,000 | 20,000+ | | ||
| Message push support | Members receive push messages when they go offline. | Members do not receive push messages when they go offline. | | ||
| Offline message storage | This feature is supported. The server stores messages sent to offline group members and sends to them once they gets online. A maximum number of 200 messages can be stored for each group conversation. | This feature is disabled for chat rooms by default. To enable it, contact [email protected]. After this feature is enabled, when a user joins a chat room, the server sends the latest 10 historical messages to the client side via the message receiving callback. The number of historical messages sent to the new chat room member can be increased up to 200. | | ||
| Historical message storage | This feature is supported. You can get historical messages of a conversation from the server. | This feature is not supported for chat rooms. | | ||
| Historical message storage | This feature is disabled for chat rooms by default. To enable it, contact [email protected]. After this feature is enabled, when a user joins a chat room, the server sends the latest 10 historical messages to the client side via the message receiving callback. The number of historical messages sent to the new chat room member can be increased up to 200. | This feature is not supported for chat rooms. | | ||
| Message reliability | All members receive all the messages in the chat group. | Members might not see all messages. The SDK discards messages if the chat group message threshold is exceeded. The default threshold is 100 messages per second. You can adjust this threshold according to your needs. | | ||
|
||
## Chat group features | ||
|