UNPKG

@vonage/voice

Version:

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

14 lines 316 B
/** * Enum representing the direction of a call, whether it is outbound or inbound. */ export declare enum CallDirection { /** * Outbound call direction. */ OUTBOUND = "outbound", /** * Inbound call direction. */ INBOUND = "inbound" } //# sourceMappingURL=CallDirection.d.ts.map