get Group Members
public abstract void getGroupMembers(String groupId, List<String> userIds, IRongCoreCallback.ResultCallback<List<GroupMemberInfo>> callback)
Retrieves information about specified group members
Parameters
group Id
The ID of the group.
user Ids
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.