This page provides release notes for the Agora React Native Chat SDK.
v1.0.7 was released on September 7, 2022.
The unSubscribe
method is renamed unsubscribe
.
setConversationExtension
method to set the conversation extension information.insertMessage
method to insert a message.deleteMessagesBeforeTimestamp
method to delete messages before a specified timestamp.getThreadConversation
method to get a specified thread conversation or create the thread conversation if the conversation does not exist. isChatThread
attribute to ChatConversation
to check whether a conversation is a thread conversation.ChatPushManager
for the push notification configuration.ChatPushConfig
for the Firebase Cloud Messaging (FCM) configuration.pushConfig
method in ChatOptions
for the push initialization configuration. updatePushConfig
method in ChatClient
for the push configuration update.JSON parsing error of the type
field in several methods.
v1.0.6 was released on July 22, 2022.
The following APIs are renamed:
deleteRemoteConversation
is renamed removeConversationFromServer
.loadAllConversations
is renamed getAllConversations
.getConversationsFromServer
is renamed fetchAllConversations
.getUnreadMessageCount
is renamed getUnreadCount
.fetchLatestMessage
is renamed getLatestMessage
.fetchLastReceivedMessage
is renamed getLatestReceivedMessage
.unreadCount
is renamed getConversationUnreadCount
.getMessagesFromTime
is renamed getMessageWithTimestamp
.WhiteList
is renamed AllowList
.BlackList
is renamed BlockList
.The following API are removed:
getMessageById
insertMessage
appendMessage
isOnline
field in chat messages.agora-react-native-chat
was changed to react-native-agora-chat
.v1.0.5 was released on June 17.
This is the first release for the Agora Chat C# SDK, which enables you to add real-time chatting functionalities to a Unity or Windows app. Major features include the following:
For the complete feature list, see Product Overview.
Agora Chat is charged on a MAU (Monthly Active Users) basis. For details, see Pricing for Agora Chat and Pricing Plan Details.
Refer to the following documentations to enable Agora Chat and use the Chat SDK to implement real-time chatting functionalities in your app: