onRemoteDataRecordProgressUpdate property

(void Function(ZegoDataRemoteRecordProgress progress, ZegoDataRecordConfig config, String streamID)?) onRemoteDataRecordProgressUpdate
getter/setter pair

远端录制进度更新回调。

支持版本:3.21.0 及以上。 详情描述:远端拉流录制的进度更新回调,录制过程中定时触发。 业务场景:开发者可以此对用户界面进行 UI 的提示等。 通知时机:调用 startRecordingRemoteData 后,如果配置了需要回调,录制过程中定时触发。 使用限制:无。

  • progress 文件录制过程进度,开发者可以此对用户界面进行 UI 的提示等。
  • config 录制配置对象。
  • streamID 拉流id。

Implementation

static void Function(
    ZegoDataRemoteRecordProgress progress,
    ZegoDataRecordConfig config,
    String streamID)? onRemoteDataRecordProgressUpdate;