kick Group Members
public abstract void kickGroupMembers(String groupId, List<String> userIds, QuitGroupConfig config, IRongCoreCallback.OperationCallback callback)
Remove from Group
Note: After a user is removed, the group conversation information is retained, but the user will no longer receive messages from this group. Local historical messages are not deleted.
Parameters
group Id
The group ID.
user Ids
An array of group member IDs. Supports batch operations, with a maximum of 100 members per operation.
config
Configuration for removing users from the group. Can be null, in which case the default configuration will be used. Refer to QuitGroupConfig
callback
The result of the operation is returned through this callback.