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
/** * Represents parameters for hanging up a call. */ export type HangupCallParameters = { /** * The action indicating that the call should be hung up. */ action: 'hangup'; }; //# sourceMappingURL=HangupCallParameters.d.ts.map