Rate this page:

CallRecordParameters

The parameters can be passed as arguments to the Call.record method.

Props

dict

Copy URL
dict: 

ASRDictionary

|

string[]

Transcription dictionary. Array of words that are possible values. Note that dict does not limit the transcription to the specific list. Instead, words in the specified list have a higher chance to be selected. Note that the parameter does not affect the Recorder module because the transcription is not available for it.

expire

Copy URL
expire: 

RecordExpireTime

Storage time for recorded files. The default value is 3 months; see possible values in the RecordExpireTime list.

format

Copy URL
format: 

string

|

undefined

Transcription format. Could be specified as "json". In that case the transcription result is saved in JSON format. The parameter is not available for the Recorder module.

hd_audio

Copy URL
hd_audio: 

false

|

undefined

|

true

Whether to use the HD audio. If set to false (default), 8 KHz / 32 kbps mp3 file is generated. Otherwise, "wideband audio" 48 KHz / 192 kbps mp3 file is generated. Note that transcription's quality does not depend on this parameter. The property is not compatible with lossless: true property.

labels

Copy URL
labels: 

string[]

An array of two strings. Each string names the label in resulting transcription: the first string names a call/stream that initiated recording, the second string names the other call. If there is only one string in the array or the parameter is not specified at all, the recording's initiate call has the "Left" name and the second stream has the "Right" name. The parameter requires the 'transcribe: true' parameter. The parameter is not available for the Recorder module.

language

Copy URL
language: 

ASRLanguage

Transcription language. The parameter uses ASRLanguage from the ASR Module as possible values. Note that it is necessary to include the ASR module in the scenario to use the language constants. The parameter is not available for the Recorder module.

lossless

Copy URL
lossless: 

false

|

undefined

|

true

Whether to save the record in flac format. The default value is false. The property is not compatible with hd_audio: true property.

provider

Copy URL
provider: 

TranscriptionProvider

Transcription provider.

recordNamePrefix

Copy URL
recordNamePrefix: 

string

|

undefined

The prefix to add to the record names when storing to your S3 storage. Works only for custom S3-compatible storages.

secure

Copy URL
secure: 

false

|

undefined

|

true

Whether to restrict access to the record without management API authorization (available only in VoxEngine.createRecorder).

stereo

Copy URL
stereo: 

false

|

undefined

|

true

Whether the sound is stereo. The default value is false. The parameter does not change anything for the Recorder module: it records stereo with mixed streams in both channels. For the Call.record method it works in another way: 1) if it is False, it records stereo with mixed streams in both channels 2) If it is True, the Audio stream from a call endpoint to voximplant cloud is recorded into right channel. Audio stream from voximplant cloud to a call endpoint is recorded into left channel.

transcribe

Copy URL
transcribe: 

false

|

undefined

|

true

Whether to create the call record transcription. Note that transcription is not available for the Recorder module. See the details in the article.

video

Copy URL
video: 

false

|

undefined

|

true

Whether to record video. The default value is false. For video recording use the Call.record method call ({video: true}). The parameter is not available for the Recorder module because it could only record an audio.

videoParameters

Copy URL
videoParameters: 

RecorderVideoParameters

Video parameters.