4.3.11
New
- Added
ThreadedMessagesStyle
to customize the UI ofCometChatThreadedMessages
.
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
to4.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 theCometChatConversations
view is in the navigation stack and after ending that call. - Resolved issue where messages were not fetched when a custom
MessagesRequestBuilder
is passed toCometChatMessageList
and uid or guid is not explicitly provided in thatMessagesRequestBuilder
object. - Fixed issue of inability to customize the color and font of the text in the done button shown in
CometChatThreadedMessages
.