I recently downloaded the SDK for Node JS. When I tried to compile after following sample code from your API, the version of the SDK I installed from NPM threw a syntax error.
Is there a way I can still use the service with Node JS? Thank you
/node_modules/@api.video/nodejs-sdk/lib/Browser/browser.js:53
this.isStillAuthenticated = async function isStillAuthenticated(response) {
^^^^^^^^
SyntaxError: Unexpected token function
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:542:28)
at Object.Module._extensions…js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)