cometchat_calls_uikit 4.2.1  cometchat_calls_uikit: ^4.2.1 copied to clipboard
cometchat_calls_uikit: ^4.2.1 copied to clipboard
Flutter plugin featuring custom audio and video call widgets. Integrate seamlessly with Cometchat Chat UI Kit or use independently for streamlined development.
4.2.1 2nd May 2024 #
Enhancements #
- The cometchat_sdkdependency has been updated to version4.0.10for better performance.
- The cometchat_uikit_shareddependency has been updated to4.3.0for better performance
- contentViewproperty of- CometChatMessageTemplatenow accepts an optional- AdditionalConfigurationsobject as argument to support formatting of text shown in message bubbles.
4.2.0 18th April 2024 #
Enhancements #
- Updated cometchat_sdkto version4.0.8
- Updated cometchat_uikit_sharedto version4.2.9
- Updated cometchat_calls_sdkto version4.0.4
4.1.1 21st March 2024 #
New #
- Added voiceCallIconproperty inCometChatCallButtonsandCallButtonsConfiguration. This property should be used instead ofvoiceCallIconURLandvoiceCallIconPackagewhich have been deprecated and should not be used
- Added videoCallIconproperty inCometChatCallButtonsandCallButtonsConfiguration. This property should be used instead ofvideoCallIconURLandvideoCallIconPackagewhich have been deprecated and should not be used
Enhancements #
- Upgraded cometchat_sdkto version4.0.7
- Upgraded cometchat_uikit_sharedto version4.2.6
- Upgraded cometchat_calls_sdkto version4.0.3
Fixes #
- Removed excess space between the voice call icon and video call icon in CometChatCallButtons
4.1.0 14th December 2023 #
Added #
- New components : CometChatCallLogs,CometChatCallLogsWithDetails,CometChatCallLogRecordings,CometChatCallLogParticipants,CometChatCallLogHistory,CometChatCallLogDetails
- Models: CometChatCallLogDetailsOption,CometChatCallLogDetailsTemplate
Changed #
- cometchat_calls_sdk dependency upgraded to cometchat_calls_sdk: ^4.0.2
- cometchat_sdk dependency upgraded to cometchat_sdk: ^4.0.4
- cometchat_uikit_shared dependency upgraded to cometchat_uikit_shared: ^4.1.0
4.0.1 17th October 2023 #
Fixed #
- Issue with ending a user to user call
Changed #
- cometchat_calls_sdk dependency upgraded to cometchat_calls_sdk: ^4.0.1
- cometchat_sdk dependency upgraded to cometchat_sdk: ^4.0.2
- cometchat_uikit_shared dependency upgraded to cometchat_uikit_shared: ^4.0.2
4.0.0 5th September 2023 #
Added #
- CometChatCallingExtensionconforms to the updated- ExtensionsDataSourceclass by implementing new methods- addExtensionand- getExtensionId.
- properties introduced in CallBubbleStyleto configure height, width, background color, border and border radius and join call button background ofCometChatCallBubble
Changed #
- cometchat_sdk dependency upgraded to cometchat_sdk: ^4.0.1
- cometchat_uikit_shared dependency upgraded to cometchat_uikit_shared: ^4.0.1
- GetX dependency upgraded to get: ^4.6.5
- replaced implementation of SoundManagerwithCometChatUIKit.soundManager.
- end call flow of CometChatOngoingCallupdated
- CometChatIncomingCallwill now display if the call is a audio call or video call
Removed #
- unused imports
- dead code
4.0.0-beta.1 7th August 2023 #
- 🎉 first release!