@vonage/voice
Version:
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.
14 lines • 377 B
TypeScript
/**
* Enum representing machine detection behavior for the Connect NCCO action.
*/
export declare enum MachineDetection {
/**
* Continue with the call if machine detection is triggered.
*/
CONTINUE = "continue",
/**
* Hang up the call if machine detection is triggered.
*/
HANGUP = "hangup"
}
//# sourceMappingURL=MachineDetection.d.ts.map