UNPKG

@vonage/voice

Version:

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

6 lines 261 B
import { CallWithAnswerURL } from '../types'; /** * @deprecated This interface is deprecated. Please update to use the CallWithAnswerURL type */ export type OutboundCallWithAnswerURL = CallWithAnswerURL; //# sourceMappingURL=OutboundCallWithAnswerURL.d.ts.map