You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,8 @@ Released on **21 Aug, 2024**.
106
106
- New Enum `RecordAudioDumpResult` to represent error while doing audio dump related operations.
107
107
- New API added `Call.isRecordingAudioDump` to check if the audio dump is being recorded for ongoing meeting/call.
108
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.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.
111
111
### Updated
112
112
- Fixed: Bug related to deleting virtual background which is set for preview.
113
113
- Fixed: Mic issue when meeting is in phone earpiece mode.
0 commit comments