Interface AmoJoChannelClientOptions

interface AmoJoChannelClientOptions {
    amoChatDomain?: string;
    channelId: string;
    channelSecret: string;
    debug?: boolean;
    timeout?: number;
}

Properties

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