Skip to content

Commit eab44bb

Browse files
committed
update changelog
1 parent 31548aa commit eab44bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ All notable changes to this project will be documented in this file.
101101
- `0.2.0` Releases - [0.2.0](#020)
102102

103103
## [3.13.0](https://github.com/webex/webex-android-sdk/releases/tag/3.13.0)
104-
Released on **21 Aug, 2024**.
104+
Released on **21 August, 2024**.
105105
### Added
106106
- New Enum `RecordAudioDumpResult` to represent error while doing audio dump related operations.
107-
- New API added `Call.isRecordingAudioDump` to check if the audio dump is being recorded for ongoing meeting/call.
108-
- New API added `Call.canStartRecordingAudioDump(callback: CompletionHandler<AudioDumpResult>)` to check if the audio dump can be recorded for ongoing meeting/call.
109-
- New API added `Call.startRecordingAudioDump(context: Context, callback: CompletionHandler<AudioDumpResult>)` to start recording the audio dump for ongoing meeting/call.
110-
- New API added `Call.stopRecordingAudioDump(callback: CompletionHandler<AudioDumpResult>)` to stop recording the audio dump.
107+
- New API added `Call.isRecordingAudioDump()` to check if the audio dump is being recorded for ongoing meeting/call.
108+
- New API added `Call.canStartRecordingAudioDump(callback: CompletionHandler<RecordAudioDumpResult>)` to check if the audio dump can be recorded for ongoing meeting/call.
109+
- New API added `Call.startRecordingAudioDump(context: Context, callback: CompletionHandler<RecordAudioDumpResult>)` to start recording the audio dump for ongoing meeting/call.
110+
- New API added `Call.stopRecordingAudioDump(callback: CompletionHandler<RecordAudioDumpResult>)` to stop recording the audio dump.
111111
### Updated
112112
- Fixed: Bug related to deleting virtual background which is set for preview.
113113
- Fixed: Mic issue when meeting is in phone earpiece mode.

0 commit comments

Comments
 (0)