The schema defines the following properties:
state (string, enum, required)Current state of the call. Must be equal to recording-available
This element must be one of the following enum values:
recording-availableapiCode (string, required)The code used to authorize against VoIP provider API.
callId (string, required)Call identifier complient with UUID V4.
Additional restrictions:
^([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})|[a-f0-9]{32}$recordingUri (string, required)Link to the recorded call.
{
"state": "recording-available",
"apiCode":"QWERTASDRZXC",
"callId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"recordingUri": "https://voip-provider.com/rec/link-e74fb43a2c7e2c130bd5c06de3c33874.mp3"
}