Skip to content

0.8.0

Latest
Compare
Choose a tag to compare
@gupta-shrinath-ct gupta-shrinath-ct released this 07 Mar 09:08
968488e

What's new

  • [Android Platform]

    • Supports Signed Call Android SDK v0.0.7.7 which is compatible with CleverTap Android SDK v7.0.2.
    • Adds new public API SignedCall.isInitialized() to retrieve the initialization status.
    • Adds new public API SignedCall.dismissMissedCallNotification() to dismiss the missed call notification.
  • [iOS Platform]

  • [Android and iOS Platform]

    • Migrates the bridge to a backwards-compatible New Architecture Turbo Module.
    • The CleverTap SignedCall ReactNative SDK continues to be compatible with both the Old and the New Architecture.

Bug Fixes

  • [Android Platform]
    • Addresses the Notification trampoline restrictions, introduced in Android 12 and above, which blocks the activity launches from the SignedCall.SignedCallOnMissedCallActionClicked callback triggered upon clicking the missed call CTA.
    • Fixes an issue where the call notification would disappear upon pressing the back button on certain devices.

Enhancements

  • [Android Platform]
    • Addresses limitations related to microphone access during ongoing calls when user moves the app to the background.The Google Play Console will prompt you to declare the usage of this permission, for which you need to provide a demo video link. Please refer to the SDK documentation for guidance on how to address this.
    • Enforces the network quality checks during call initiation and reception, and capturing the network latency.