Skip to content

Releases: cometchat/chat-sdk-react-native

v2.3.3

27 May 10:27
Compare
Choose a tag to compare
  • Fixed issue in hideDeletedMessage() of the MessagesRequestBuilder() during pagination.

v3.0.0-beta3

24 May 10:39
Compare
Choose a tag to compare
v3.0.0-beta3 Pre-release
Pre-release
  • Added a method to hide deleted messages from the message list.
  • Added a method to fetch a list of users by UIDs.

v2.3.2

20 May 12:58
Compare
Choose a tag to compare
  • Added a method to hide deleted messages from the message list.
  • Added a method to fetch a list of users by UIDs.
  • Fixed issue with receipts & typing indicator when a user is logged in multiple devices.

v3.0.0-beta2

07 May 10:15
Compare
Choose a tag to compare
v3.0.0-beta2 Pre-release
Pre-release
  • Added a method to delete a conversation.
  • Added a method to update the logged-in user.
  • Added a method in call settings builder to select default audio mode.
  • Added a listener to get the updated list of audio modes.
  • Added a method to get all the available audio modes.
  • Miscellaneous optimizations.

v2.3.1

06 May 13:09
Compare
Choose a tag to compare
  • Added a method to delete a conversation.
  • Added a method to update the logged-in user.

v2.3.1-beta1

20 Apr 17:15
Compare
Choose a tag to compare
v2.3.1-beta1 Pre-release
Pre-release
  • Added method in call settings builder to select default audio output mode.
  • Added a listener to get the updated list of audio output modes.
  • Added a method to get all the available audio output modes.

v2.3.0

06 Apr 16:08
Compare
Choose a tag to compare
  • Added a method to fetch participants count in a call.
  • Added onUserListUpdated event in OngoingCallListener.
  • Added a method to start a call with audio, video muted.

v2.2.1

03 Mar 11:18
Compare
Choose a tag to compare
  • Fixed an issue with UID & name being piped as a number instead of string in the onUserOnline & onUserOffline Listeners.
  • Calling Optimization.
  • Fixed type definition issue with CometChat.CallingComponent syntax for React Native + Typescript apps.

v2.2.0

19 Feb 14:24
Compare
Choose a tag to compare
  • Calling Optimization.
  • Miscellaneous bug fixes.
  • Updated the async storage package from @react-native-community/async-storage to @react-native-async-storage/async-storage

v2.1.8-beta1

08 Feb 12:26
Compare
Choose a tag to compare
v2.1.8-beta1 Pre-release
Pre-release
  • Fixed Issue with auth token being sent in typing & receipts stanza