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

    Interface VideoTileLabels

    Label overrides for the VideoTile component.

    Use this to localize or customize the text shown on the tile.

    interface VideoTileLabels {
        muted?: string;
        videoOff?: string;
        you?: string;
    }
    Index

    Properties

    Properties

    muted?: string

    Text displayed in the mute badge when audio is muted.

    'MIC OFF'

    videoOff?: string

    Text for the video-off state (reserved for future use).

    you?: string

    Suffix appended to the display name for the local user.

    'You'