Releases: cometchat/chat-sdk-javascript
v2.1.0-beta1
- Updated Calling UI
v2.0.8-beta1
- Fixed issue with real-time events not working for group creator when the group is created via API.
v2.0.7
-
Fixed an issue where the call initiator was not getting
onUserLeft
andonCallEnded
events when the receiver ends a call. -
Fixed camera, microphone permission issue on Firefox.
-
Fixed login issue.
-
Fixed BlockedUsersRequest Pagination issue.
-
Fixed GroupMembersRequest Pagination issue.
-
Fixed issue with unreadMessageCount being parsed as a string instead of a number in the Conversation Object.
-
Added a connection listener, to provide real-time status of the connection to our WS servers.
-
Added a method to fetch current connection status.
-
Added ping mechanism along with reconnection logic, so as to reconnect to our WS servers when the connection gets dropped.
-
Added type definitions for create/update user methods.
-
Removed setUndelivered parameter from MessagesRequestBuilder().
-
Removed all undelivered message count methods.
-
Removed credits from User Object.
v2.0.7-beta1
- Login issue.
- BlockedUsersRequest Pagination issue.
- GroupMembersRequest Pagination issue.
- Conversation unreadMessageCount was being returned as a string instead of a number.
- Type definitions for create/update user methods.
v2.0.6
- Added create/update User via SDK.
- Added Validation for Calling.
- Fixed issue with group calling.
- Changed validations in updateGroup().
v2.0.5
- Added return types for promises.
- Added a method for getting JoinedGroups GUIDs.
- Added a method to register token for subscribing to Push Notification.
- Fixes in converting message to conversation.
- Optimized Login while connecting to websocket server.
- Added a fallback for websocket connection.
- Added validation for sending media message.
v2.0.5-beta1
- Fixed issue with CometChat.getLoggedinUser().
- Fixed issue with search for GroupMemberRequest.
- Fixed issue with ConversationRequest when lastMessage was undefined.
- Fixes for type definition file.
- More accurate and descriptive error codes.
v2.0.0-beta11
- Fixed issue with CometChat.getLoggedinUser().
- Fixed issue with search for GroupMemberRequest.
- Fixed issue with ConversationRequest when lastMessage was undefined.
- Fixes for type definition file.
- More accurate and descriptive error codes.
v2.0.4
- Init method was taking too much time.
- Conversation Object was not exported.