Releases: cometchat/chat-sdk-ionic
Releases · cometchat/chat-sdk-ionic
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.4
- Fixed issue with CometChat.getLoggedinUser().
- Fixed issue with search for GroupMemberRequest.
- Added last message validation in ConversationRequest Builder.
- Added a method to get all the joined groups for the logged in user.
v2.0.3
- Init method was taking too much time.
- Conversation Object was not exported.
- Group Listeners were being overridden.