Metatell AI Bot - v0.0.10
    Preparing search index...

    Interface CreateClientOptions

    interface CreateClientOptions {
        avatarId?: string;
        debug?: boolean;
        roomId: string;
        serverUrl: string;
        token?: string;
        username?: string;
    }
    Index

    Properties

    avatarId?: string
    debug?: boolean
    roomId: string
    serverUrl: string
    token?: string
    username?: string