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

    Type Alias LocalVideoTileOverlayElement

    LocalVideoTileOverlayElement:
        | "name"
        | "status"
        | "controls"
        | "mood"
        | "engagement"
        | "indicator"
        | "timer"

    Overlay element identifiers for LocalVideoTile. Includes additional elements specific to the local user's tile.

    • name - Local user name label
    • status - Status indicators (muted, hand raised)
    • controls - Control buttons (flip, zoom)
    • mood - Mood/emotion emoji indicator
    • engagement - Engagement level dot indicator
    • indicator - Recording/streaming indicator
    • timer - Room duration timer
    // Custom order for local tile overlays
    <LocalVideoTile overlayOrder={['indicator', 'timer', 'engagement', 'mood', 'name', 'status', 'controls']} />