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:

apiCode (string, required)

The code used to authorize against VoIP provider API.

callId (string, required)

Call identifier complient with UUID V4.

Additional restrictions:

recordingUri (string, required)

Link to the recorded call.

Example

{
  "state": "recording-available",
  "apiCode":"QWERTASDRZXC",
  "callId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
  "recordingUri": "https://voip-provider.com/rec/link-e74fb43a2c7e2c130bd5c06de3c33874.mp3"
}