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

    Type Alias PrebuiltRoomControlBarConfig

    PrebuiltRoomControlBarConfig: Omit<
        ComponentProps<typeof ControlBar>,

            | "layout"
            | "onLayoutChange"
            | "onLeave"
            | "onError"
            | "onSidebarToggle"
            | "sidebarOpen",
    >

    ControlBar config passthrough — excludes props managed by PrebuiltRoom