agora_chat_sdk 1.0.7+1 agora_chat_sdk: ^1.0.7+1 copied to clipboard
Integrate the Chat SDK to enjoy the global IM services with high reliability, ultra-low latency, and high concurrency.
NEXT #
v1.0.7+1 #
v1.0.7+1 was released on September 7, 2022.
New features #
- Adds the
customEventHandler
attribute inChatClient
to 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
PushTemplate
method in `PushManager to support custom push templates. - Adds the
isDisabled
attribute inGroup
to 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 thefetchGroupInfoFromServer
method to get group details. - Adds the the
displayName
attribute inPushConfigs
to allow you to check the nickname displayed in your push notifications.
Improvements #
-
Marked
AddXXXManagerListener
methods (likeaddChatManagerListener
andaddContactManagerListener
) as deprecated. -
Modified API references.
1.0.6+1 #
v1.0.6+1 was released on July 22.
Issues fixed #
- The callbacks for messaging thread were not triggered on iOS.
- The callbacks for reaction were not triggered in iOS.
- Occassional crashes occured on Android when retrieving conversations from the server.
1.0.5 #
v1.0.5 was released on June 17.
New features #
- Sending and receiving messages in one-to-one chats, chat groups, and chatrooms;
- Retrieving and managing conversations and messages;
- Managing chat groups and chatrooms;
- Managing contact and block lists;