Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/3.13.0 #203

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.