I'm trying to create an api which will do bulk recording download. I'm trying it using node js.
when i'm setting environment getting region issue. below is the error.
Have you added typescript to your project?
The sample was without. And you would have to define the type for platformClient & platformClient.PureCloudRegionHosts.
The sample code is functioning fully synchronously on a single thread. Adding multithreading in your app and/or using async operations would allow you to process operations in parallel, which can significantly increase your app's throughput.