Skip to content

0.0.4

Compare
Choose a tag to compare
@shivamsharma2710 shivamsharma2710 released this 12 Sep 13:25
· 152 commits to main since this release
2c9fb2e

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.
    • Captures a missed call system event when a call initiator manually cancels the call, reported under the SCEnd system event.
    • 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.