Start Recording a Conference

POST https://api.plivo.com/v1/Account/{{auth_id}}/Conference/{conference_name}/Record/

This API lets you start recording an ongoing conference. You can start recording the conference by using this API after the conference has been initiated. Alternatively you can also use the recording capabilities in Conference XML to record the conference.

Below is the list of arguments that can be passed in this API request, more information can be found here

ArgumentsDescriptionRequired/Conditional/Optional
file_formatThe file format in which the recording needs to be saved. This can either be mp3 or wav. Defaults to mp3 formatOptional
transcription_typeauto: Transcription is completely automated; turnaround time is about 30 minutes.
Transcriptions are charged and details are available in pricing page
Optional

Request Body

{"file_format"=>"mp3", "transcription_type"=>"auto"}