setLiveInfo method
Implementation
Future<TUIActionCallback> setLiveInfo(String roomId,
{String? coverUrl,
String? backgroundUrl,
List<int>? categoryList,
bool? isPublicVisible,
int? activityStatus}) {
return liveListManager.setLiveInfo(roomId,
backgroundUrl: backgroundUrl,
coverUrl: coverUrl,
categoryList: categoryList,
isPublicVisible: isPublicVisible,
activityStatus: activityStatus);
}