onAudioRecording method Null safety

void onAudioRecording(
  1. int code,
  2. String filePath
)

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);