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

    Function useLayout

    • Access layout state and controls.

      Returns { dominantSpeaker: string | null; setDominant: (userId: string | null) => void }

      Object containing dominant speaker state and setter

      • dominantSpeaker: string | null
      • setDominant: (userId: string | null) => void