diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a2e463..bb17dc4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. + +#### 3.14.0 Releases +- `3.14.0` Releases - [3.14.0](#3140) + #### 3.13.0 Releases - `3.13.0` Releases - [3.13.0](#3130) @@ -171,6 +175,21 @@ All notable changes to this project will be documented in this file. - `0.9.137` Releases - [0.9.137](#09137) +## [3.14.0](https://github.com/webex/webex-ios-sdk/releases/tag/3.14.0) +Released on **13 November, 2024**. +### Added +- New Enum `SpeechEnhancementResult` to represent the result of speech enhancement operation. +- New API added `Phone.useLegacyReceiverNoiseRemoval(useLegacy: Bool)` to enable legacy receiver side noise removal. This will disable the new receiver side speech enhancement. +- New API added `Phone.isReceiverSpeechEnhancementEnabled: Bool` to check if receiver side speech enhancement is enabled by default. +- New API added `Phone.enableSpeechEnhancement(enable: Bool, completionHandler: @escaping (Result) -> Void)` to enable or disable speech enhancement for all calls. +- New API added `Call.isReceiverSpeechEnhancementEnabled: Bool` to check if speech enhancement is enabled for the call. +- New API added `Call.enableSpeechEnhancement(enable: Bool, completionHandler: @escaping (Result) -> Void)` to enable or disable speech enhancement for the call. +- New error message `NonExistentCallPull` to represent the error when trying to pull a non-existent call by dialing *11. +- New enum values `InternalError`, `UserNotFound`, `UserPending`, `UserVerificationFailed`, `UserNeedsReactivation` when user logs in via OAuth flow. +### Fixed +- Fixed: Issue with Move meeting from SDK to other clients. +- Fixed: Issue with the audio connection when the user is on multiple calls. + ## [3.13.0](https://github.com/webex/webex-ios-sdk/releases/tag/3.13.0) Released on **21 Aug, 2024**. ### Added