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

    Interface ParticipantListLabels

    Label overrides for the ParticipantList component.

    Use this to localize or customize text shown in the participant list.

    interface ParticipantListLabels {
        audioMuted?: string;
        host?: string;
        title?: string;
        videoOff?: string;
        you?: string;
    }
    Index

    Properties

    audioMuted?: string

    Status label shown when a participant's microphone is muted.

    'Muted'

    host?: string

    Status label shown for the room owner/host.

    'Host'

    title?: string

    Header title displayed above the list.

    'Participants'

    videoOff?: string

    Status label shown when a participant's camera is off.

    'Video Off'

    you?: string

    Suffix appended to the local user's name, e.g., "Jane (You)".

    '(You)'