Agora cloud recording stop api always giving 404 response

Viewed 539
2 Answers

A 400 response from stop means your original request for start was properly formatted and successfully making the call to start the Agora Cloud Recorder instance but something caused the Agora Cloud Recorder worker to fail to start, so when you call stop there is nothing to stop because nothing actually started.

Have you tried using the Agora Postman collection to test? I would recommend using it within Postman because it offers a working config that requires you to set your connection credentials into the variables and it should work if your bucket is properly configured.

I wrote this quick-start guide on how to set up Cloud Recording and use the Postman collection to test that your storage bucket is properly configured.

The issue due to s3 bucket region specified in agora cloud recording start api mismatching with s3 bucket region in aws.

Related