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

    Interface WaitingRoomLabels

    Label overrides for the WaitingRoom component.

    Use this to localize or customize all user-facing text in both guest and host modes.

    interface WaitingRoomLabels {
        admitAll?: string;
        admitButton?: string;
        guestMessage?: string;
        guestTitle?: string;
        hostTitle?: string;
        noWaiting?: string;
        rejectButton?: string;
        rejectedMessage?: string;
        rejectedTitle?: string;
    }
    Index

    Properties

    admitAll?: string

    Text for the admit-all action (reserved for future use).

    'Admit All'

    admitButton?: string

    Text on the admit button next to each waiting user.

    'Admit'

    guestMessage?: string

    Message shown to guests below the spinner.

    'The host will let you in soon...'

    guestTitle?: string

    Title shown to guests while waiting for admission.

    'Waiting Room'

    hostTitle?: string

    Header title in host mode, followed by the count of waiting users.

    'Waiting Room'

    noWaiting?: string

    Message displayed in host mode when no users are waiting.

    'No one is waiting to join.'

    rejectButton?: string

    Text on the reject button next to each waiting user.

    'Reject'

    rejectedMessage?: string

    Message shown to rejected guests.

    'The host did not admit you to this meeting.'

    rejectedTitle?: string

    Title shown to guests who were rejected by the host.

    'Not Admitted'