RecorderParameters
Recorder and ConferenceRecorder parameters. Can be passed as arguments to the VoxEngine.createRecorder method.
Props
expire
expire:
Optional. Storage time for recorded files. The default value is RecordExpireTime.THREEMONTHS.
hd_audio
hd_audio: false
| undefined
| true
Optional. Whether to use the HD audio. The default value is false. If set to false, 8 KHz / 32 kbps mp3 file is generated. If set to true, "wideband audio" 48 KHz / 192 kbps mp3 file is generated. Note that transcription's quality does not depend on this parameter. The parameter is not compatible with lossless: true parameter.
language
language:
Optional. 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
lossless: false
| undefined
| true
Optional. Whether to save the record in flac format. The default value is false. The parameter is not compatible with hd_audio: true parameter.
name
name: string
| undefined
Optional. Name of the recorder for the call history.
provider
provider: | | | | | | |
Optional. Speech recognition provider.
recordNamePrefix
recordNamePrefix: string
| undefined
Optional. The prefix to add to the record names when storing to your S3 storage. Works only for custom S3-compatible storages.
secure
secure: false
| undefined
| true
Optional. Whether to restrict access to the record without management API authorization (available only in the VoxEngine.createRecorder method).
transcribe
transcribe: false
| undefined
| true
Optional. Whether to create the call record transcription. Note that transcription is not available for the Recorder module. See the details in the article.
video
video: false
| undefined
| true
Optional. Whether to record video. The default value is false.