ISPO SDK
    Preparing search index...

    Interface SystemAudioReadInput

    Markdown
    interface SystemAudioReadInput {
        afterSequence: number;
        sessionId: string;
        waitMs?: number;
    }
    Index
    afterSequence: number

    Sequence of the last successfully consumed chunk; zero reads the first.

    sessionId: string
    waitMs?: number

    Long-poll budget. Defaults to 20 seconds and is capped by the host.