Skip to content

Releases: cometchat/chat-sdk-android

3.0.10

12 Aug 11:59
Compare
Choose a tag to compare
  • Fixed bug while sending a single attachment using the setAttachment() method
  • Added null check for call object while triggering onCallUnanswered listener

2.2.2-beta1: .

23 Mar 04:44
Compare
Choose a tag to compare
2.2.2-beta1: . Pre-release
Pre-release
  1. Calling optimizations
  2. Added onUserListUpdated event for Calls
  3. Ability to fetch call participant count
  4. Added rawMessage field in BaseMessage for developers to access the raw message JSON

2.0.3-beta1: 1. Fixed bug with onGroupMemberScopeChanged real-time event

08 Feb 14:58
Compare
Choose a tag to compare
2. Fixed bug with real-time events for custom messages being deleted.
3. Call validations added.
4. Fixed issue with a user not being able to log in to two apps from the same android app
5. Changed the reconnection login for ws  connection.

v2.0.3-beta: .

20 Jan 14:00
Compare
Choose a tag to compare
v2.0.3-beta: . Pre-release
Pre-release
1. Changed inProgress variables in the Builder classes to non-static
2. If the create auth token and me APIs are triggered successfully and due to any reason the settings API fails, the user data is stored in the local database and the settings are not fetched. This leads to the following scenario:
In the next login, the SDK has the data for the logged-in user and assumes that the user has logged in before and tries to connect to the XMPP server. However, due to settings not available, it is unable to connect and the successive logins will fail.