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

    Type Alias VideoTileOverlayElement

    VideoTileOverlayElement: "name" | "status" | "controls" | "mood" | "engagement"

    Overlay element identifiers for VideoTile. Used to control the render order of overlays when they share the same position.

    • name - Participant name label
    • status - Status indicators (muted, hand raised)
    • controls - Control buttons (zoom/fullscreen)
    • mood - Mood/emotion emoji indicator
    • engagement - Engagement level dot indicator
    // Engagement appears first (left), then mood
    <VideoTile overlayOrder={['engagement', 'mood', 'name', 'status', 'controls']} />