Package version:

Options to download recording.

interface DownloadRecordingOptions {
    length?: number;
    offset?: number;
}

Hierarchy

  • unknown
    • DownloadRecordingOptions

Properties

Properties

length?: number

Max content length in bytes.

offset?: number

Offset byte to start download from.