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
Added the outgoingCallConfiguration and ongoingCallConfiguration properties to the CometChatCallButton component, allowing customization of the calling experience.
Added the ongoingCallConfiguration property to the CometChatIncomingCall component, enabling customization of the calling experience.
Added the CallingConfiguration class, designed for use with the CallingExtension to configure both one-on-one and group calls.
Added the userPresencePlacement property to the GroupMembersConfiguration class, providing flexibility to customize the position of the presence indicator.
Enhancements
Optimized the message composer for mobile devices by removing the emoji option, leveraging the built-in emoji keyboards available on mobile platforms for a more streamlined user experience.
Fixes
Resolved alignment issues with the voice recording popover that would appear upon receiving a new incoming message.
Fixed an issue that caused the message header to be obscured when the keyboard opened on mobile devices.
Resolved an issue where the text input field would automatically focus when a chat was opened, causing the keyboard to appear unexpectedly on mobile devices.