Interface AmoJoScopeClientOptions

interface AmoJoScopeClientOptions {
    amoChatDomain?: string;
    channelSecret: string;
    debug?: boolean;
    scopeId: string;
    timeout?: number;
}

Properties

amoChatDomain?: string
channelSecret: string
debug?: boolean
scopeId: string
timeout?: number