ISPO SDK
    Preparing search index...

    Interface SystemAudioStartInput

    Markdown
    interface SystemAudioStartInput {
        idempotencyKey: string;
        timeoutMs?: number;
    }
    Index
    idempotencyKey: string

    Caller-stable key. Retrying the same start never creates a second capture.

    timeoutMs?: number

    User-confirmation and native capture budget. Defaults to 60 seconds.