Skip to content

v4.3.19

Compare
Choose a tag to compare
@swayam-cometchat swayam-cometchat released this 06 Dec 12:38
· 8 commits to v4 since this release
96bf58f

New

  • 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.