From de480de0d457a9482f102bc33f7526281a25266a Mon Sep 17 00:00:00 2001 From: rsarika <95286093+rsarika@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:56:59 +0530 Subject: [PATCH] 3.9.2 release (#168) * 3.9.2 release * reverted Webex Calling NewCall notifications payload through webhook. --- CHANGELOG.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bfffa1d..d6a4c2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +#### 3.9.2 Releases + +- `3.9.2` Releases - [3.9.2](#392) + #### 3.9.1 Releases - `3.9.1` Releases - [3.9.1](#391) @@ -140,7 +144,18 @@ All notable changes to this project will be documented in this file. #### 0.9.137 Releases - `0.9.137` Releases - [0.9.137](#09137) -- + +## [3.9.2](https://github.com/webex/webex-ios-sdk/releases/tag/3.9.2) +Released on **11 Aug, 2023**. +### Added +- New API added `Phone.dialPhoneNumber(_ address: String, option: MediaOption, completionHandler: @escaping (Result) -> Void)` to dial only phone numbers. +- New API `CallHistoryRecord.isPhoneNumber` to denote if the number dialled in call record was a phone number. + +### Updated +- FIXED: Enabling preservation of AVRoutePickerView choices for audio/video output in pre-meeting/call screens. +- FIXED: Removed Camera permissions and H264 prompt for audio only flows. +- FIXED: Call failed or meeting failure issue due to mediaTimeout. + ## [3.9.1](https://github.com/webex/webex-ios-sdk/releases/tag/3.9.1) Released on **19 June, 2023**. ### Added @@ -730,4 +745,4 @@ Released on 2016-05-19. Released on 2016-05-12. #### Added -- Initial release of Cisco Spark SDK. +- Initial release of Cisco Spark SDK. \ No newline at end of file