UpdateLiveTaskCallback typedef Null safety

UpdateLiveTaskCallback = void Function(String taskId, int errCode)

Result of updating a live streaming task taskId task ID errCode error code. NERtcLiveStreamErrorCode.ok: success; Others: failure

Implementation

typedef void UpdateLiveTaskCallback(String taskId, int errCode);