LiveKit JS Client SDK - v2.13.8
    Preparing search index...

    Interface VideoResolution

    interface VideoResolution {
        aspectRatio?: number;
        frameRate?: number;
        height: number;
        width: number;
    }
    Index

    Properties

    aspectRatio?: number
    frameRate?: number
    height: number
    width: number