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

    Interface LayoutConfig

    interface LayoutConfig {
        gridSize?: number;
        priority?: LayoutPriority;
        type?: LayoutType;
    }
    Index
    gridSize?: number

    Number of tiles in GRID layout, 0–25 (default 25).

    priority?: LayoutPriority
    type?: LayoutType