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

    Interface VideoTileColors

    Color overrides for the VideoTile component.

    All keys are optional. Any key not provided falls back to the built-in default. Pass a partial object to override only the colors you need.

    interface VideoTileColors {
        avatarBackground?: string;
        avatarText?: string;
        border?: string;
        muteBadgeBackground?: string;
        muteBadgeText?: string;
        nameBackground?: string;
        nameText?: string;
    }
    Index

    Properties

    avatarBackground?: string

    Background color of the avatar circle shown when video is off. When omitted, a deterministic color is chosen based on the user ID.

    avatarText?: string

    Text color of the initials inside the avatar circle.

    '#ffffff'

    border?: string

    Border color around the tile. When set, a 1px border is applied.

    muteBadgeBackground?: string

    Background color of the "MIC OFF" mute badge in the top-right corner.

    'rgba(239, 68, 68, 0.9)'

    muteBadgeText?: string

    Text color inside the mute badge.

    '#ffffff'

    nameBackground?: string

    Background color of the name label overlay at the bottom.

    'rgba(0, 0, 0, 0.5)'

    nameText?: string

    Text color of the participant name.

    '#ffffff'