Hiyve Components - v1.0.0
    Preparing search index...

    Type Alias ControlBarBuiltInLayoutMode

    ControlBarBuiltInLayoutMode:
        | "grid"
        | "speaker"
        | "sidebar"
        | "overlay"
        | "screenshare"

    Built-in layout mode identifiers for the video grid.

    The three built-in layouts provided by default:

    • grid: Equal-sized tiles in a responsive grid
    • speaker: Dominant speaker large, others in filmstrip
    • sidebar: Main speaker large, others in vertical sidebar
    • overlay: Main speaker fills the area; others float on the right edge as an overlay
    • screenshare: Active screen-share fills the main area; others sit in a filmstrip below
    const [layout, setLayout] = useState<BuiltInLayoutMode>('grid');