Hi Roland_Ian, Now I will implement the recording of pstn phone calls first, and I will consider the recording of meetings later. I tested it recently, the callid is: 260F4D7D-B585-4BA2-81B7-519B0272F32D curl -i -X PATCH \
-u xx:xx \
'https://calling-apse1.api.sinch.com/calling/v1/calls/id/{callId}' \
-H 'Content-Type: application/json' \
-d '{ "instructions":[ { "name":"startRecording", "options":{ "destinationUrl":"s3://buckets/xx/260F4D7D-B585-4BA2-81B7-519B0272F32D.mp3", "credentials":"x:x:us-east-1", "notificationEvents":true } } ], "action":{ "name":"continue" } }' Return: {"errorCode":40003,"message":"Unsupported SVML instructions 'startRecording'","reference":"fb649061-ac27-4d3e-8c3b-93d94e5ecb14"}
... View more