GroupMembersProvider

public interface GroupMembersProvider

群组成员提供者。 CallKit 本身不保存群组成员,如果在聊天中需要使用群组成员,CallKit 将调用此 Provider 获取群组成员。

Functions

Link copied to clipboard
public abstract ArrayList<String> getMemberList(String groupId, RongCallKit.OnGroupMembersResult result)
获取群组成员列表,用户根据groupId返回对应的群组成员列表。