onUpdateLiveStreamTask method

void onUpdateLiveStreamTask(
  1. String taskId,
  2. int errCode
)

更新直播任务结果回调 taskId 直播任务 ID

errCode 错误码, NERtcLiveStreamErrorCode.ok 操作成功 , 其他失败

Implementation

void onUpdateLiveStreamTask(String taskId, int errCode) {}