When I invoke Stop Recording Restful API, http://api.agora.io/v1/apps/<yourappid>/cloud_recording/resourceid/<resourceid>/sid/<sid>/mode/individual/stop
I am getting following error:
I am trying to record audio only and have enabled Amazon S3 with credentials.
Have you configured the storage with all your AWS credentials when sending the /api/start/ call?
"storageConfig": {
"accessKey": "AKIA********",
"region": xy,
"bucket": "bucket-name",
"secretKey": "WpbL*****************",
"vendor": 1,
"fileNamePrefix": ["directory1","directory2"]
}
0: US_EAST_1
1: US_EAST_2
2: US_WEST_1
3: US_WEST_2
4: EU_WEST_1
5: EU_WEST_2
6: EU_WEST_3
7: EU_CENTRAL_1
8: AP_SOUTHEAST_1
9: AP_SOUTHEAST_2
10: AP_NORTHEAST_1
11: AP_NORTHEAST_2
12: SA_EAST_1
13: CA_CENTRAL_1
14: AP_SOUTH_1
15: CN_NORTH_1
16: CN_NORTHWEST_1
17: US_GOV_WEST_1
20:AP_NORTHEAST_3
21:EU_NORTH_1
22:ME_SOUTH_1
23:US_GOV_EAST_1
If you've configured this in the previous start call before the stop call, then ideally there shouldn't be a Failed to find worker error :)