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 outgoingCallConfiguration property in CometChatCallButton component.
Added ongoingCallConfiguration property in CometChatIncomingCall component.
Enhancements
None
Fixes
Fixed an issue in the Message Composer where both the default sound and the custom sound (provided via the customSoundForMessage prop) were played when a new message was sent or received.
Resolved an issue where overriding the bubble view of an audio/video call message also unintentionally impacted the bubble view of media (audio/video) messages.
Fixed an issue where the height was not being applied correctly when overriding the CreateGroupStyle property of CometChatGroupsWithMessages component.
Fixed an issue where ongoingCallConfiguration prop not working in CometChatCallButton component.
Deprecated
The customSoundForMessage property in CometChatMessageComposer is now deprecated. Please use customSoundForMessages as a replacement.