onAudioRecording method Null safety
Get notified of the audio recording state.
code the recording status. For more information about the recording status, see NERtcAudioRecordingCode
filePath Path where audio recordings are saved.
Implementation
void onAudioRecording(int code, String filePath);