Skip to content

Commit

Permalink
Release/3.14.0 (#204) (#206)
Browse files Browse the repository at this point in the history
* update CHANGELOG.md

* updates
  • Loading branch information
urmitchauhan authored Nov 13, 2024
1 parent c8869c9 commit b84c4f3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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>) -> 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>) -> 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
Expand Down

0 comments on commit b84c4f3

Please sign in to comment.