OnAudioRecordingStateUpdateType typedef

OnAudioRecordingStateUpdateType = void Function(AudioRecordingState state, AudioRecordingErrorCode errorCode)

state: Recording state.

errorCode: Recording error code.

Implementation

typedef OnAudioRecordingStateUpdateType = void Function(
    AudioRecordingState state, AudioRecordingErrorCode errorCode);