opentok/opentok-node

This SDK does not allow you to specify a different API URL

msach22 opened this issue · 1 comments

In the constructor, using the third argument, we should be able to specify the api URL like so:

const opentok = new OpenTok(apiKey, apiSecret, apiUrl);

Oops, my mistake. This is allowed by the SDK.