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

    Interface WaitForHostScreenLabels

    Labels for the WaitForHostScreen component.

    interface WaitForHostScreenLabels {
        autoJoinMessage: string;
        cancelButton: string;
        roomNotStartedMessage: (roomName: string) => string;
        timedOutMessage: string;
        timeoutMessage: (seconds: number) => string;
        title: string;
    }
    Index

    Properties

    autoJoinMessage: string

    Message about auto-joining

    cancelButton: string

    Cancel button text

    roomNotStartedMessage: (roomName: string) => string

    Message about the room not being started

    timedOutMessage: string

    Message when connection timed out

    timeoutMessage: (seconds: number) => string

    Timeout message when time is running out

    title: string

    Title displayed while waiting