@vonage/voice
Version:
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.
10 lines • 441 B
TypeScript
import { PlayDTMFParameters } from '../Parameters/PlayDTMFParameters';
/**
* Represents the parameters for playing DTMF (Dual-Tone Multi-Frequency) tones during a call.
*
* @remarks
* Vonage API's will return information using `snake_case`. This represents the
* pure response before the client will transform the keys into `camelCase`.
*/
export type PlayDTMFRequest = PlayDTMFParameters;
//# sourceMappingURL=PlayDTMFRequest.d.ts.map