Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No FileList is returned from Agora Server after stop the Cloud Recording #20

Open
anisurrahman072 opened this issue Jan 3, 2023 · 0 comments

Comments

@anisurrahman072
Copy link

anisurrahman072 commented Jan 3, 2023

Hi,
I have successfully done Agora Cloud Recording implementation in my React Native App with AWS. Now i need to store some screenshots of recording so that in future i can show those screenshots of records as thumbnail of the Recorded video.

I have used bellow configs for uploading the snapshots to AWS:

image

From the above 👆 config you understand that i have used snapshotConfig. From the doc (link: https://docs.agora.io/en/cloud-recording/reference/rest-api/stop#http-response#http-response) i have seen for snapshotConfig no fileListMode will be returned. Okay, this is good. That means Agora server will also not return fileList in the response of STOP recording API.

My question is, if no fileList is returned then how we will be able to store the file name & file url to database? Is there any other way to get the file url? File means "jpg" images.

FYI, this is response from Agora when i stop the recording. No fileList (means .jpg files name) is inside serverResponse 👇 but the snapshots were uploaded in AWS successfully ✅

image

Please help me, please 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant