|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +### Version 0.0.3 (September 12, 2023) |
| 4 | +------------------------------------------- |
| 5 | + |
| 6 | +**What's new** |
| 7 | + |
| 8 | +* **[Android Platform]** |
| 9 | + * Supports [Signed Call Android SDK v0.0.4](https://repo1.maven.org/maven2/com/clevertap/android/clevertap-signedcall-sdk/0.0.4) which is compatible with [CleverTap Android SDK v5.2.0](https://github.com/CleverTap/clevertap-android-sdk/blob/master/docs/CTCORECHANGELOG.md#version-520-august-10-2023). |
| 10 | + |
| 11 | +* **[iOS Platform]** |
| 12 | + * Supports [Signed Call iOS SDK v0.0.5](https://github.com/CleverTap/clevertap-signedcall-ios-sdk/blob/main/CHANGELOG.md#version-005-aug-23-2023) which is compatible with [CleverTap iOS SDK v5.2.0](https://github.com/CleverTap/clevertap-ios-sdk/blob/master/CHANGELOG.md#version-520-august-16-2023). |
| 13 | + |
| 14 | +* **[Android and iOS Platform]** |
| 15 | + * 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](https://developer.clevertap.com/docs/signed-call-react-native-sdk#overridedefaultbranding-all-platforms). |
| 16 | + |
| 17 | +**Changes** |
| 18 | + |
| 19 | +* **[Android Platform]** |
| 20 | + * 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. |
| 21 | + * Captures a missed call system event when a call initiator manually cancels the call, reported under the `SCEnd` system event. |
| 22 | + * Adjust the Microphone permission prompt limit to align with the [permissible threshold](https://developer.android.com/about/versions/11/privacy/permissions#dialog-visibility) 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.) |
| 23 | + |
| 24 | +* **[Android and iOS Platform]** |
| 25 | + * Captures a missed call system event when a call initiator manually cancels the call, reported under the `SCEnd` system event. |
| 26 | + |
| 27 | +**Fixes** |
| 28 | + |
| 29 | +* **[Android Platform]** |
| 30 | + * Improved Bluetooth handling for a better user experience: |
| 31 | + * Voice now goes through Bluetooth when Bluetooth connectivity is established during an ongoing call. |
| 32 | + * Voice now goes through the internal speaker when Bluetooth connectivity is disabled from the call screen button. |
| 33 | + * Resolved duplicate reporting of `SCIncoming` system events caused by receiving duplicate pushes for the same call, one from the socket and one from FCM. |
| 34 | + |
3 | 35 | ## Version 0.0.2 (April 17, 2023)
|
| 36 | +------------------------------------------- |
| 37 | + |
4 | 38 | - Supports [Signed Call Android SDK v0.0.2](https://repo1.maven.org/maven2/com/clevertap/android/clevertap-signedcall-sdk/0.0.2) and [CleverTap Android SDK v4.7.5](https://github.com/CleverTap/clevertap-android-sdk/releases/tag/corev4.7.5_rmv1.0.3).
|
5 | 39 | - Supports [Signed Call iOS SDK v0.0.2](https://github.com/CleverTap/clevertap-signedcall-ios-sdk/releases/tag/0.0.2) and [CleverTap iOS SDK v4.2.2](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/4.2.2)
|
6 | 40 | - Supports Push Primer for [Android 13 notification runtime permission](https://developer.android.com/develop/ui/views/notifications/notification-permission).
|
7 | 41 | - Adds new public API `disconnectSignallingSocket()` in order to close the Signalling socket connection.
|
8 | 42 |
|
9 | 43 | ## Version 0.0.1 (March 28, 2023)
|
| 44 | +------------------------------------------- |
10 | 45 |
|
11 | 46 | - Initial Release.
|
12 | 47 | - Supports Signed Call Android SDK v0.0.1 and Signed Call iOS SDK v0.0.2.
|
0 commit comments