updateLocalRecorderStreamLayoutForTask abstract method

Future<int> updateLocalRecorderStreamLayoutForTask(
  1. List<NERtcLocalRecordingStreamInfo> infos,
  2. String taskId
)

更新指定用户的指定流的录制流布局 @since V5.6.40 infos 录制流布局配置数组 taskId 录制任务 ID @return

  • 0: 方法调用成功
  • 其他: 调用失败

Implementation

Future<int> updateLocalRecorderStreamLayoutForTask(
    List<NERtcLocalRecordingStreamInfo> infos, String taskId);