UNPKG

@vonage/voice

Version:

The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.

10 lines 267 B
/** * Represents parameters for playing DTMF (Dual-Tone Multi-Frequency) digits in a call. */ export type PlayDTMFParameters = { /** * The DTMF digits to be played in the call. */ digits: string; }; //# sourceMappingURL=PlayDTMFParameters.d.ts.map