Hiyve Components - v1.0.0
    Preparing search index...

    Interface ActiveRoomsState

    Current state of active room discovery.

    interface ActiveRoomsState {
        error: string | null;
        isConnected: boolean;
        isLoading: boolean;
        rooms: ActiveRoom[];
    }
    Index

    Properties

    error: string | null

    Last error message, or null

    isConnected: boolean

    Whether the SSE stream is connected

    isLoading: boolean

    Whether an initial fetch is in progress

    rooms: ActiveRoom[]

    List of currently active rooms