UNPKG

@vonage/voice

Version:

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

12 lines (10 loc) 223 B
/** * Enum representing different event types for the Connect NCCO action. */ declare enum ConnectEventType { /** * Synchronous event type. */ SYNCHRONOUS = "synchronous" } export { ConnectEventType };