@videosdk.live/server-sdk
    Preparing search index...

    Interface CaptureHlsOptions

    interface CaptureHlsOptions {
        format?: HlsCaptureFormat;
        height?: number;
        roomId: string;
        time?: number;
        width?: number;
    }
    Index
    height?: number
    roomId: string
    time?: number

    Capture timestamp, in seconds. When set, captures the frame at that time; when omitted, captures in real time.

    width?: number