removeGroupManagers

public abstract void removeGroupManagers(String groupId, List<String> userIds, IRongCoreCallback.OperationCallback callback)

Remove group administrators

Parameters

groupId

The group ID.

userIds

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.