addLocalRecorderStreamForTask abstract method
添加本地录制流任务
@since V5.6.40
config 录制配置
taskId 录制任务 ID
@return
- 0: 方法调用成功
- 其他: 调用失败
Implementation
Future<int> addLocalRecorderStreamForTask(
NERtcLocalRecordingConfig config, String taskId);
添加本地录制流任务
@since V5.6.40
config 录制配置
taskId 录制任务 ID
@return
Future<int> addLocalRecorderStreamForTask(
NERtcLocalRecordingConfig config, String taskId);