The response to the first call of https://api/v2/conversations/{conversationld}/recordings includes mediaUri in its JSON body with the response code of 202.
When making the initialGETrequest tohttps://api/v2/conversations/{conversationId}/recordings , if the recording is not yet available (e.g., it's still being transcoded), the API responds with a 202Accepted status code and an empty response body, meaning themediaUriis not included in this response. Once the recording becomes available, subsequent requests will return a 200OK status code along with themediaUriin the JSON response body, allowing access to the recording.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit