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

    Interface StoredRoomTabsConfig

    Configuration for which tabs/features are enabled in a stored room.

    Supports two formats:

    • Structured (new): offline and/or live keys with per-mode flags.
    • Legacy flat (backwards compat): top-level feature booleans apply to both modes.
    interface StoredRoomTabsConfig {
        assignments?: boolean;
        chat?: boolean;
        clips?: boolean;
        files?: boolean;
        intelligence?: boolean;
        live?: TabsFeatureConfig;
        notes?: boolean;
        offline?: TabsFeatureConfig;
        polls?: boolean;
        questions?: boolean;
        transcribing?: boolean;
        whiteboard?: boolean;
    }
    Index

    Properties

    assignments?: boolean
    chat?: boolean
    clips?: boolean
    files?: boolean
    intelligence?: boolean
    notes?: boolean
    polls?: boolean
    questions?: boolean
    transcribing?: boolean

    Use intelligence

    whiteboard?: boolean