Skip to content

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

@anisurrahman072

Description

@anisurrahman072

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 🙏

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions