From c8869c9dddf814fd11a421711111a4b4e7067f21 Mon Sep 17 00:00:00 2001 From: Mukul Agarwal Date: Wed, 21 Aug 2024 15:57:58 +0530 Subject: [PATCH] Release/3.13.0 (#200) (#203) --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de965101..06a2e463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log All notable changes to this project will be documented in this file. +#### 3.13.0 Releases +- `3.13.0` Releases - [3.13.0](#3130) + #### 3.12.0 Releases - `3.12.0` Releases - [3.12.0](#3120) @@ -168,6 +171,17 @@ All notable changes to this project will be documented in this file. - `0.9.137` Releases - [0.9.137](#09137) +## [3.13.0](https://github.com/webex/webex-ios-sdk/releases/tag/3.13.0) +Released on **21 Aug, 2024**. +### Added +- New Enum `RecordAudioDumpResult` to represent error while doing audio dump related operations. +- New API added `Call.isRecordingAudioDump` to check if the audio dump is being recorded for ongoing meeting/call. +- New API added `Call.canStartRecordingAudioDump(completionHandler: @escaping (Error?) -> Void)` to check if the audio dump can be recorded for ongoing meeting/call. +- New API added `Call.startRecordingAudioDump(completionHandler: @escaping (Error?) -> Void)` to start recording the audio dump for ongoing meeting/call. +- New API added `Call.stopRecordingAudioDump(completionHandler: @escaping (Error?) -> Void)` to stop recording the audio dump. +### Fixed +- Fixed a bug related to deleting virtual background which is set for preview. + ## [3.12.0](https://github.com/webex/webex-ios-sdk/releases/tag/3.12.0) Released on **08 Jul, 2024**. ### Added diff --git a/README.md b/README.md index b97f39c4..34db456d 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,6 @@ end ## License -© 2016-2023 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved. +© 2016-2024 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved. See [LICENSE](https://github.com/webex/webex-ios-sdk/blob/master/LICENSE) for details.