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
- New Enum `RecordAudioDumpResult` to represent error while doing audio dump related operations.
178
+
- New API added `Call.isRecordingAudioDump` to check if the audio dump is being recorded for ongoing meeting/call.
179
+
- New API added `Call.canStartRecordingAudioDump(completionHandler: @escaping (Error?) -> Void)` to check if the audio dump can be recorded for ongoing meeting/call.
180
+
- New API added `Call.startRecordingAudioDump(completionHandler: @escaping (Error?) -> Void)` to start recording the audio dump for ongoing meeting/call.
181
+
- New API added `Call.stopRecordingAudioDump(completionHandler: @escaping (Error?) -> Void)` to stop recording the audio dump.
182
+
### Fixed
183
+
- Fixed a bug related to deleting virtual background which is set for preview.
0 commit comments