onRecordingProgressUpdate property

FutureOr<void> Function(dynamic videoSource, RecordingProgress process, RecordingInfo info)? onRecordingProgressUpdate
getter/setter pair

@detail callback @author wangzhanqiang @brief Local recording progress callback.
This callback is triggered by startFileRecording{@link #RTCEngine#startFileRecording}. When the recording state is normal, the system will prompt the recording progress through this callback every second. @param videoSource Reserved parameter @param progress Recording progress. See RecordingProgress{@link #RecordingProgress} @param info Recorded file details. See RecordingInfo{@link #RecordingInfo}

Implementation

FutureOr<void> Function(
        dynamic videoSource, RecordingProgress process, RecordingInfo info)?
    onRecordingProgressUpdate;