onAudioRecordingStateUpdate property

OnAudioRecordingStateUpdateType? onAudioRecordingStateUpdate
getter/setter pair

After calling RTCVideo.startAudioRecording/RTCVideo.stopAudioRecording to change the recording status, you will receive the callback.

Implementation

OnAudioRecordingStateUpdateType? onAudioRecordingStateUpdate;