Skip to content

Commit

Permalink
Merge pull request #183 from namra25/release3.13
Browse files Browse the repository at this point in the history
Release 3.13.0
  • Loading branch information
ciscoRankush authored Aug 21, 2024
2 parents 7fa7e6c + eab44bb commit def2992
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 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 @@ -97,6 +100,19 @@ All notable changes to this project will be documented in this file.
#### 0.2.0 Releases
- `0.2.0` Releases - [0.2.0](#020)

## [3.13.0](https://github.com/webex/webex-android-sdk/releases/tag/3.13.0)
Released on **21 August, 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(callback: CompletionHandler<RecordAudioDumpResult>)` to check if the audio dump can be recorded for ongoing meeting/call.
- New API added `Call.startRecordingAudioDump(context: Context, callback: CompletionHandler<RecordAudioDumpResult>)` to start recording the audio dump for ongoing meeting/call.
- New API added `Call.stopRecordingAudioDump(callback: CompletionHandler<RecordAudioDumpResult>)` to stop recording the audio dump.
### Updated
- Fixed: Bug related to deleting virtual background which is set for preview.
- Fixed: Mic issue when meeting is in phone earpiece mode.
- Fixed: Security fix for WME.

## [3.12.0](https://github.com/webex/webex-android-sdk/releases/tag/3.12.0)
Released on **8 July, 2024**.
### Added
Expand Down

0 comments on commit def2992

Please sign in to comment.