Params
class Params
Content copied to clipboard
A class that provides configuration for RoomListQuery
Since
1.7.0
Constructors
Functions
set Created By User Ids
Link copied to clipboard
Filters query results to include rooms that were created by specified user IDs.
set Limit
Link copied to clipboard
Sets the number of rooms to be retrieved at once.
set Range For Created At
Link copied to clipboard
Filters query results to include rooms that were created between the specified range of time.
set Range For Current Participant Count
Link copied to clipboard
fun setRangeForCurrentParticipantCount(range: Range): RoomListQuery.Params
Content copied to clipboard
Filters query results to include rooms with the specified range of numbers for current participants.
set Room Ids
Link copied to clipboard
Filters query results to include rooms that match the specified room IDs.
set State
Link copied to clipboard
Filters query results to include room with the specified room state.
set Type
Link copied to clipboard
Filters query results to include rooms with the specified room type.
Properties
createdAtRange
Link copied to clipboard
createdUserIds
Link copied to clipboard
currentParticipantCountRange
Link copied to clipboard