Releases: cometchat/chat-sdk-react-native
Releases · cometchat/chat-sdk-react-native
v2.3.3
- Fixed issue in hideDeletedMessage() of the MessagesRequestBuilder() during pagination.
v3.0.0-beta3
- 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
- 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
- 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
- Added a method to delete a conversation.
- Added a method to update the logged-in user.
v2.3.1-beta1
- 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
- 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
- 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
- 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
- Fixed Issue with auth token being sent in typing & receipts stanza