UNPKG

@vonage/voice

Version:

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

10 lines 246 B
/** * Enum representing different event types for the Connect NCCO action. */ export declare enum ConnectEventType { /** * Synchronous event type. */ SYNCHRONOUS = "synchronous" } //# sourceMappingURL=ConnectEventType.d.ts.map