UpdateLiveTaskCallback typedef Null safety
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);