clevertap_signedcall_flutter 0.0.4 copy "clevertap_signedcall_flutter: ^0.0.4" to clipboard
clevertap_signedcall_flutter: ^0.0.4 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.4 (January 22, 2024 ) #


What's new

  • [Android Platform]

    • Supports Signed Call Android SDK v0.0.5 which is compatible with CleverTap Android SDK v5.2.2.
    • Introduces new properties initiatorImage and receiverImage in the MissedCallActionClickResult instance provided through the CleverTapSignedCallFlutter.shared.missedCallActionClickListener.listen(MissedCallActionClickResult) event-stream.
    • Adds new public API registerVoIPCallStatusListener(SCVoIPCallStatusListener callStatusListener) to observe the changes in the call state, providing updates to both the initiator and receiver of the call.
    • Adds new callback APIs to handle events when the app is terminated or killed, as listed below:
      • Use CleverTapSignedCallFlutter.shared.onBackgroundCallEvent(handler) to handle VoIP call events when the app is in a killed state.
      • Use CleverTapSignedCallFlutter.shared.onBackgroundMissedCallActionClicked(handler) to manage missed call action click events when the app is in a killed state. Please refer to the integration documentation for more details on handling callback events in a killed state.
  • [iOS Platform]

Breaking Changes

  • [Android and iOS Platform]

    • The CleverTapSignedCallFlutter.shared.callEventListener event stream will now provide an instance of the CallEventResult class instead of the CallEvent class. Please refer to the integration documentation for details on usage.
  • [iOS Platform]

    • iOS deployment target version is bumped to iOS 12.

Behaviour Changes

  • [Android Platform]

    • Handles UX issues during network loss or switch by invalidating the socket reconnection and establishing an active connection to process the call related actions.
    • Modifies the SDK's behavior when the Notifications Settings are disabled for the application. Previously, if the app's notifications were disabled, the device rang on incoming calls without displaying the call screen in the background and killed states. In this version, the SDK now declines incoming calls when the notifications are disabled. If the notification settings are later enabled, the SDK resumes processing calls instead of automatically declining them.
  • [Android and iOS Platform]

    • The CleverTapSignedCallFlutter.shared.callEventListener will now provide updates in the call state to both the initiator and receiver of the call. Previously, it was exposed only to the initiator of the call.

Bug Fixes

  • [Android Platform]

    • Fixes multiple outgoing call requests initiated simultaneously through multiple calls of CleverTapSignedCallFlutter.shared.call(..). The SDK now processes only one call at a time while rejecting other requests with a failure exception.
    • Addresses an IllegalStateException which occurs while prompting the user with the poor/bad network conditions on the call-screen.
  • [Android and iOS Platform]

    • Addresses an infinite Connecting state issue on the call screen which was triggered by using CUIDs longer than 15 characters. In this version, the SDK extends support to CUIDs ranging from 5 to 50 characters.

Version 0.0.3 (September 11, 2023) #


What's new

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.

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.

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.
1
likes
0
pub points
81%
popularity

Publisher

verified publisherclevertap.com

The CleverTap's Signed Call Flutter provides an in-app calls service to make and receive calls in the mobile apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on clevertap_signedcall_flutter