cometchat_calls_uikit 4.0.0
cometchat_calls_uikit: ^4.0.0 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.0.0 - 2023-09-05 #
Added #
CometChatCallingExtensionconforms to the updatedExtensionsDataSourceclass by implementing new methodsaddExtensionandgetExtensionId.- properties introduced in
CallBubbleStyleto configure height, width, background color, border and border radius and join call button background ofCometChatCallBubble
Changed #
- CometChat Chat 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 - 2023-08-07 #
- 🎉 first release!