LivePersonInc / node-agent-sdk

LivePerson Agent Messaging SDK for NodeJS
MIT License
49 stars 78 forks source link

Pass the configuration to new WebSocket to allow usage of custom http… #37

Closed kustom666 closed 6 years ago

kustom666 commented 6 years ago

… agents (proxy)

Fixes issue #36

In order to pass an http/https agent to the sdk, add an agent member to the configuration object passed to the AgentSDK constructor.