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

    Interface PrebuiltLobbyProps

    interface PrebuiltLobbyProps {
        colors?: Partial<PrebuiltLobbyColors>;
        defaultName?: string;
        labels?: Partial<PrebuiltLobbyLabels>;
        onError?: (error: Error) => void;
        onJoin: (displayName: string) => void;
        persistDeviceSelection?: boolean;
        showNameInput?: boolean;
        showPreview?: boolean;
    }
    Index

    Properties

    colors?: Partial<PrebuiltLobbyColors>

    Custom colors

    defaultName?: string

    Default display name

    labels?: Partial<PrebuiltLobbyLabels>

    Custom labels

    onError?: (error: Error) => void

    Called when errors occur

    onJoin: (displayName: string) => void

    Called when user clicks join

    persistDeviceSelection?: boolean

    Persist device selection (camera/mic/speaker) to localStorage across sessions

    showNameInput?: boolean

    Show the name input field. When false, defaultName is passed directly to onJoin.

    true
    
    showPreview?: boolean

    Show device preview