@sendbird/calls-react-native
    Preparing search index...

    Type Alias RoomListQueryParams

    type RoomListQueryParams = {
        createdAt?: Range;
        createdByUserIds?: string[];
        currentParticipantCount?: Range;
        limit?: number;
        roomIds?: string[];
        state?: RoomState;
        type?: RoomType;
    }
    Index

    Properties

    createdAt?: Range
    createdByUserIds?: string[]
    currentParticipantCount?: Range
    limit?: number
    roomIds?: string[]
    state?: RoomState
    type?: RoomType