Skip to content

4.3.11

Compare
Choose a tag to compare
@suryansh-cometchat suryansh-cometchat released this 02 Jul 13:04
· 8 commits to v4 since this release

New

  • Added ThreadedMessagesStyle to customize the UI of CometChatThreadedMessages.

Enhancements

  • Added logic to manually clear active call object using CometChat.clearActiveCall() when a call ends unexpectedly, allowing subsequent call initiation.
  • Added the ability to configure a custom icon for the done button shown in CometChatThreadedMessages.
  • Updated CometChatSDK to 4.0.49 for better performance.

Fixes

  • Fixed video thumbnail and image preview taking very long to be visible in the sending state of messages.
  • Fixed issue of duplication of conversations shown in CometChatConversations observed in the situation where a call is accepted when the CometChatConversations view is in the navigation stack and after ending that call.
  • Resolved issue where messages were not fetched when a custom MessagesRequestBuilder is passed to CometChatMessageList and uid or guid is not explicitly provided in that MessagesRequestBuilder object.
  • Fixed issue of inability to customize the color and font of the text in the done button shown in CometChatThreadedMessages.