Skip to content

Commit c8869c9

Browse files
authored
Release/3.13.0 (#200) (#203)
1 parent 7350e68 commit c8869c9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
3+
#### 3.13.0 Releases
4+
- `3.13.0` Releases - [3.13.0](#3130)
5+
36
#### 3.12.0 Releases
47
- `3.12.0` Releases - [3.12.0](#3120)
58

@@ -168,6 +171,17 @@ All notable changes to this project will be documented in this file.
168171

169172
- `0.9.137` Releases - [0.9.137](#09137)
170173

174+
## [3.13.0](https://github.com/webex/webex-ios-sdk/releases/tag/3.13.0)
175+
Released on **21 Aug, 2024**.
176+
### Added
177+
- New Enum `RecordAudioDumpResult` to represent error while doing audio dump related operations.
178+
- New API added `Call.isRecordingAudioDump` to check if the audio dump is being recorded for ongoing meeting/call.
179+
- New API added `Call.canStartRecordingAudioDump(completionHandler: @escaping (Error?) -> Void)` to check if the audio dump can be recorded for ongoing meeting/call.
180+
- New API added `Call.startRecordingAudioDump(completionHandler: @escaping (Error?) -> Void)` to start recording the audio dump for ongoing meeting/call.
181+
- New API added `Call.stopRecordingAudioDump(completionHandler: @escaping (Error?) -> Void)` to stop recording the audio dump.
182+
### Fixed
183+
- Fixed a bug related to deleting virtual background which is set for preview.
184+
171185
## [3.12.0](https://github.com/webex/webex-ios-sdk/releases/tag/3.12.0)
172186
Released on **08 Jul, 2024**.
173187
### Added

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ end
5757

5858
## License
5959

60-
© 2016-2023 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved.
60+
© 2016-2024 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved.
6161

6262
See [LICENSE](https://github.com/webex/webex-ios-sdk/blob/master/LICENSE) for details.

0 commit comments

Comments
 (0)