@vonage/voice
Version:
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.
18 lines • 343 B
TypeScript
/**
* Enum representing different recording formats for the Record NCCO action.
*/
export declare enum RecordingFormat {
/**
* MP3 audio format.
*/
MP3 = "mp3",
/**
* WAV audio format.
*/
WAV = "wav",
/**
* OGG audio format.
*/
OGG = "ogg"
}
//# sourceMappingURL=RecordingFormat.d.ts.map