You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabled rich text formatting by default in the Compact Message Composer, including the formatting toolbar, text selection options, and markdown syntax support for a more expressive messaging experience.
Standardized the audio recording experience by using the inline audio recorder as the default and only option, simplifying usage and reducing configuration.
Fixes
None
Deprecations
Renamed the builder configuration key from singleLineMessageComposer to compactMessageComposer to align with updated component naming. Update your implementation to use the new key.
Removals
Removed setUseInlineAudioRecorder(boolean) and isUseInlineAudioRecorder() from CometChatCompactMessageComposer as inline recording is now always enabled.
Removed the bottom sheet audio recorder option in favor of a unified inline recording experience.