AddLiveTaskCallback typedef Null safety
Result of adding a live streaming task
taskId task ID
errCode error code. NERtcLiveStreamErrorCode.ok: success; Others: failure
Implementation
typedef void AddLiveTaskCallback(String taskId, int errCode);
Result of adding a live streaming task
taskId task ID
errCode error code. NERtcLiveStreamErrorCode.ok: success; Others: failure
typedef void AddLiveTaskCallback(String taskId, int errCode);