@playlive/realtime-pipeline
    Preparing search index...

    Interface DataLayerConfig

    Core configuration for the realtime pipeline.

    interface DataLayerConfig {
        causeId?: string;
        defaultPollingInterval?: number;
        tiltifyProxyUrl: string;
        twitchServiceUrl?: string;
        websocketUrl?: string;
    }
    Index
    causeId?: string

    Default cause ID (St. Jude in production).

    defaultPollingInterval?: number

    Default REST polling interval in ms.

    tiltifyProxyUrl: string

    Tiltify proxy URL for REST API calls.

    twitchServiceUrl?: string

    Twitch service URL for charity-campaign data.

    websocketUrl?: string

    WebSocket URL for the unified data pipeline.