Is it possible to rename the recording via SDK or API?

Description
We’d like to reorganize the cloud or local recordings by renaming them. Just wonder if it’s possible?

Hey @dawson.liu,

This is possible using our API’s and some coding on your side.

You can use our API to get your cloud recordings, then in your code, rename them and upload them to your own cloud hosting like AWS S3, or local filesystem.

Here is a tutorial on how to upload to an AWS S3 bucket in Node.js.

Thanks,
Tommy