queryRoomMemberAttributesList abstract method

Available since:2.4.0 or later.

Description:Call the API to paginate the room user properties that have room property members in the room.

Use cases:This interface is used when you need to query all room users.

Restrictions:The maximum call frequency is 5 times within 30 seconds by default, and the maximum query time is 100 people.

Related APIs: setRoomMembersAttributesqueryRoomMembersAttributes

Runtime lifecycle: It is available after logging in and joining the corresponding room, but unavailable after leaving the corresponding room.

roomID Room ID. config Behavior configuration of the operation.

Implementation

Future<ZIMRoomMemberAttributesListQueriedResult>
    queryRoomMemberAttributesList(
        String roomID, ZIMRoomMemberAttributesQueryConfig config);