getGroupMembers

public abstract void getGroupMembers(String groupId, List<String> userIds, IRongCoreCallback.ResultCallback<List<GroupMemberInfo>> callback)

Retrieves information about specified group members

Parameters

groupId

The ID of the group.

userIds

A list of group member IDs. The maximum number of IDs is 100.

callback

The result is returned through this callback after the operation is completed.