gbox-sdk
    Preparing search index...

    Interface ActionRewindExtractParams

    interface ActionRewindExtractParams {
        duration?: string;
    }
    Index

    Properties

    Properties

    duration?: string

    How far back in time to rewind for extracting recorded video. This specifies the duration to go back from the current moment (e.g., '30s' rewinds 30 seconds to get recent recorded activity). Default is 30s, max is 5m.

    Supported time units: ms (milliseconds), s (seconds), m (minutes), h (hours) Example formats: "500ms", "30s", "5m", "1h" Maximum allowed: 5m