Objective
Downloading Voice API recordings.
Applies To
- Voice API
- Call Recordings
Procedure
When you record Voice API Calls or conferences, you must set the eventUrl parameter to a webhook endpoint. When your call or conference is finished, Vonage sends the information you need to download the recording to eventURL, specifying the recording_url. You need to make an authenticated GET request to the recording_url retrieve the recording. After your recording is complete, it is stored by Vonage for 30 days.
If your eventUrl has not accepted the recording callback, you can also use the Media API to download recordings.
Additional Information
For a complete example, see Recording Audio.
Articles in this section
- Why is there an extended silence at the beginning of a call and how can it be reduced?
- Intermittent WebSocket Disconnections
- What Is An NCCO
- How Does Jitter Impact Voice Calls
- Voice API "Bad Request" Error When Ending Calls Immediately After Creation
- What Is MOS Score In Voice Calls?
- Is there a way to see current active calls on our account?
- How To Make MP3 of Recording From Voice API in Python
- How To Enter DTMF Before MP3 Stream Finishes
- Can a user call be removed from the voice call recording?