Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

67 lines (49 loc) · 3.61 KB

Change Log

All notable changes to this project will be documented in this file.

[Version 0.0.9] (November 18, 2024)

Fixes

  • 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.

[Version 0.0.8] (October 30, 2024)

Adds

  • 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.

Fixes

  • Resolved sa_family_t declaration issue to ensure compatibility with Xcode 16.

[Version 0.0.7] (March 15, 2024)

Adds

[Version 0.0.6] (January 19, 2024)

Adds

  • 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.

Breaking Changes

  • The MessageReceived NSNotification observer is no longer supported. Please use the new NSNotification.Name SCCallStatusDidUpdate.
  • iOS deployment target version is bumped to iOS 12.

Bug Fixes

  • 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.5] (Aug 23, 2023)

[Version 0.0.4] (July 21, 2023)

  • 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

Version 0.0.3-alpha (March 12, 2022)

Version 0.0.2-alpha (March 10, 2022)

Version 0.0.1-alpha (March 9, 2022)