All notable changes to this project will be documented in this file.
- Resolves
EXC_BAD_ACCESS
error that occurred when clicking the mute button on the CallKit screen. This exception was only observed in debugging mode (when connected via USB). - Fixes synchronization issues between the Mute and Speaker controllers on the CallKit and native screens.
- Configure Remote Context for Receiver's call screens:
- Adds support for setting a remoteContext parameter within
SCCustomMetadata
object during call initiation, allowing to pass custom context for receiver's call screens.
- Adds support for setting a remoteContext parameter within
- Resolved sa_family_t declaration issue to ensure compatibility with Xcode 16.
- Supports CleverTap iOS SDK v6.1.0
- Supports Socket.io v16.1.0 and Starscream v4.0.8 dependency.
- Adds privacy manifest.
- Adds socket logging for debugging purpose.
- Supports CleverTap iOS SDK v5.2.2.
- Adds new NSNotification.Name
SCCallStatusDidUpdate
to observe the changes in the call state, providing updates to both the initiator and receiver of the call.
- The
MessageReceived
NSNotification observer is no longer supported. Please use the new NSNotification.NameSCCallStatusDidUpdate
. - iOS deployment target version is bumped to iOS 12.
- 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.
- Supports CleverTap iOS SDK v5.2.0.
- Adds support for hiding the Powered by Signed Call label from VoIP call screens.
- Adds public property
rootViewController
Version 0.0.3 (June 22, 2022)
- Compatible with CleverTap iOS SDK v5.0.0 and later versions
Version 0.0.2 (February 21, 2022)
- Compatible with CleverTap iOS SDK v4.2.0 and later versions
- Compatible with CTSoftPhone v0.0.6-alpha and later version
- Adds public API disconnectSignallingSocket() to close the Signalling socket connection
- Adds support for Objective-C
Version 0.0.1 (November 8, 2022)
- Supports One-on-One Audio Calling
- Compatible with CleverTap iOS SDK v4.1.0 and later versions
Version 0.0.4-alpha (March 20, 2022)
- Adds suupport for arm64 simulators