removeTeamManager static method
移除管理员
Implementation
static Future<NIMResult<void>> removeTeamManager(
String teamId, NIMTeamType teamType, List<String> memberAccountIds) {
return NimCore.instance.teamService.updateTeamMemberRole(
teamId, teamType, memberAccountIds, NIMTeamMemberRole.memberRoleNormal);
}