Skip to content

Commit 31548aa

Browse files
committed
update changelog
1 parent 544b148 commit 31548aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ Released on **21 Aug, 2024**.
106106
- New Enum `RecordAudioDumpResult` to represent error while doing audio dump related operations.
107107
- New API added `Call.isRecordingAudioDump` to check if the audio dump is being recorded for ongoing meeting/call.
108108
- 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.startAudioDump(context: Context, callback: CompletionHandler<AudioDumpResult>)` to start recording the audio dump for ongoing meeting/call.
110-
- New API added `stopAudioDump(callback: CompletionHandler<AudioDumpResult>)` to stop recording the audio dump.
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.
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)