onRecordAudioFrame method

FutureOr<void> onRecordAudioFrame(
  1. ByteRTCAudioFrame audioFrame
)

@detail callback @author wangjunzheng @brief Returns audio data recorded by microphone @param audioFrame Audio data recorded by microphone, see ByteRTCAudioFrame{@link #ByteRTCAudioFrame}

Implementation

FutureOr<void> onRecordAudioFrame(ByteRTCAudioFrame audioFrame) async {}