nextspace
    Preparing search index...

    Interface UseRoomSetupReturn

    interface UseRoomSetupReturn {
        agentId: string | null;
        botName: string;
        communityName: string | null;
        conversationFeatures: { enabled?: boolean; name: string }[];
        generalError: string | null;
        loaded: boolean;
        notFound: boolean;
        roomName: string;
        setGeneralError: Dispatch<SetStateAction<string | null>>;
    }
    Index

    Properties

    agentId: string | null
    botName: string
    communityName: string | null
    conversationFeatures: { enabled?: boolean; name: string }[]
    generalError: string | null
    loaded: boolean
    notFound: boolean
    roomName: string
    setGeneralError: Dispatch<SetStateAction<string | null>>