Introduction
In this tutorial, you will learn how to save Vonage Business Communications recordings to Amazon S3. Saving call recordings is useful for a number of practical reasons, including:
- Saving call recordings as a backup
- Using Amazon Transcribe to transcribe call recordings
- Analyzing call recordings into dashboards
Python is the language used to build the example in this tutorial; however, you can use any language with which you are most comfortable. The following Python libraries are used in this example:
Saving Call Recordings to Amazon S3
Save call recordings to an Amazon S3 bucket.Steps