replaceLocalRecorderStreamLayoutForTask abstract method
Future<int>
replaceLocalRecorderStreamLayoutForTask(
- List<
NERtcLocalRecordingStreamInfo> infos, - String taskId
替换指定用户的指定流的录制流布局
@since V5.6.40
infos 录制流布局配置数组
taskId 录制任务 ID
@return
- 0: 方法调用成功
- 其他: 调用失败
Implementation
Future<int> replaceLocalRecorderStreamLayoutForTask(
List<NERtcLocalRecordingStreamInfo> infos, String taskId);