clevertap_signedcall_flutter 0.0.3 clevertap_signedcall_flutter: ^0.0.3 copied to clipboard
The CleverTap's Signed Call Flutter provides an in-app calls service to make and receive calls in the mobile apps.
CHANGE LOG #
Version 0.0.3 (September 11, 2023) #
What's new
-
[Android Platform]
- Supports Signed Call Android SDK v0.0.4 which is compatible with CleverTap Android SDK v5.2.0.
-
[iOS Platform]
- Supports Signed Call iOS SDK v0.0.5 which is compatible with CleverTap iOS SDK v5.2.0.
-
[Android and iOS Platform]
- Adds support for hiding the Powered by Signed Call label from VoIP call screens. For more information, refer to Override Dashboard Branding for Call Screen In Android and Override Dashboard Branding for Call Screen In iOS.
Changes
-
[Android Platform]
-
The index.html file used inside the SDK has been renamed to a unique name to prevent conflicts with the same file name that may exist in the application.
-
Adjust the Microphone permission prompt limit to align with the permissible threshold which is shown when the receiver attends the call. Previously, if the Microphone permission was denied even once, SDK would continue to block all incoming calls at the receiver's end.
Note: Starting from Android 11, users have the option to deny the prompt twice before the permission is blocked by system, whereas in earlier versions, users could deny the prompt until selecting the "don't ask again" checkbox.
-
-
[Android and iOS Platform]
- Captures a missed call system event when a call initiator manually cancels the call, reported under the
SCEnd
system event.
- Captures a missed call system event when a call initiator manually cancels the call, reported under the
Fixes
- [Android Platform]
- Improved Bluetooth handling for a better user experience:
- Voice now goes through Bluetooth when Bluetooth connectivity is established during an ongoing call.
- Voice now goes through the internal speaker when Bluetooth connectivity is disabled from the call screen button.
- Resolved duplicate reporting of
SCIncoming
system events caused by receiving duplicate pushes for the same call, one from the socket and one from FCM.
- Improved Bluetooth handling for a better user experience:
Version 0.0.2 (February 21, 2022) #
- Supports Signed Call Android SDK v0.0.2 and Signed Call iOS SDK v0.0.2.
- Adds Push Primer support for the Android 13 notification runtime permission.
- Adds new public API
disconnectSignallingSocket()
in order to close the Signalling socket connection. - Fixes VoIP call screen distortion in iOS.
Version 0.0.1 (December 20, 2022) #
- Initial Release.
- Supports Signed Call Android SDK v0.0.1 and Signed Call iOS SDK v0.0.1.