Skip to content

Commit

Permalink
Release/3.13.0 (#200) (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
mukuagar authored Aug 21, 2024
1 parent 7350e68 commit c8869c9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c8869c9

Please sign in to comment.