gbox-sdk
    Preparing search index...

    Interface ActionRecordingStartParams

    interface ActionRecordingStartParams {
        duration?: string;
    }
    Index

    Properties

    Properties

    duration?: string

    Duration of the recording. Default is 30m, max is 30m. The recording will automatically stop when the duration time is reached.

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