remove Group Managers
public abstract void removeGroupManagers(String groupId, List<String> userIds, IRongCoreCallback.OperationCallback callback)
Remove group administrators
Parameters
group Id
The group ID.
user Ids
List of administrator user IDs. Note: The user IDs must be group members, and a maximum of 10 administrators can be operated on at once.
callback
The result is returned through this callback after the operation is completed.