opentok/opentok-node

using proxy server to access opentok services

danielchung928 opened this issue · 1 comments

In my application, I need to go through a proxy server in order to reach opentok services. How can l set the proxy server ip on the sdk?

I have tried to pass in the proxy url with the env object:
new OpenTok(opentokApiKey, opentokApiSecret, { proxy: "http://xxx.xxx.xxx.xxx:8080" });

But it does not work. My proxy has already whitelisted the "api.opentok.com"

Anyone have ideas or same experiences on this?

I have got the reply from technical support, current opentok sdk is not supporting authenticated proxy server.