createTeam abstract method
创建群组
inviteeAccountIds选中的账号,创建team的时候将邀请
selectNames选中者的名称,将用于生成team 名称
postscript邀请他人附言
isGroup是否讨论组
createTeamParams创建群组的params,如果createTeamParams不为空,则createTeamParams生效,以上可选参数将失效
Implementation
Future<NIMCreateTeamResult?> createTeam(List<String> inviteeAccountIds,
{String? postscript,
List<String>? selectNames,
NIMCreateTeamParams? createTeamParams,
String? iconUrl,
bool isGroup = false,
NIMAntispamConfig? antispamConfig});