AddLiveTaskCallback typedef Null safety

AddLiveTaskCallback = void Function(String taskId, int errCode)

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);