agora_chat_sdk 1.0.8
agora_chat_sdk: ^1.0.8 copied to clipboard
Integrate the Chat SDK to enjoy the global IM services with high reliability, ultra-low latency, and high concurrency.
NEXT #
1.0.8 #
New features: #
- Supports custom chat room attributes.
- Adds the
areaCodeattribute to theChatOptionsclass to restrict the scope of accessible edge nodes. - Adds the
isDisabledattribute toChatGroupto indicate whether a group is disabled. This attribute needs to be set by developers at the server side. This attribute is returned when you call thefetchGroupInfoFromServermethod inChatGroupManagerto get group details.
Improvements #
Removed some redundant logs of the SDK.
Bugs fixed #
- Failures in getting a large number of messages from the server in few scenarios.
- The issue of incorrect data statistics.
- Crashes caused by log printing in rare scenarios.
1.0.7 #
v1.0.7 was released on September 7, 2022.
New features #
- Adds the
customEventHandlerattribute inChatClientto allow you to set custom listeners to receive the data sent from the Android or iOS device to the Flutter. - Adds event listener classes for event listening.
- Adds the
PushTemplatemethod in `PushManager to support custom push templates. - Adds the
isDisabledattribute inGroupto to indicate whether a group is disabled. This attribute needs to be set by developers at the server side. This attribute is returned when you call thefetchGroupInfoFromServermethod to get group details. - Adds the the
displayNameattribute inPushConfigsto allow you to check the nickname displayed in your push notifications.
Improvements #
-
Marked
AddXXXManagerListenermethods (likeaddChatManagerListenerandaddContactManagerListener) as deprecated. -
Modified API references.