@vonage/voice
Version:
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.
11 lines (8 loc) • 334 B
TypeScript
import { RecordAction as RecordAction$1 } from '../../types/NCCO/RecordAction.js';
import '../../enums/NCCOActions.js';
import '../../enums/NCCO/RecordingFormat.js';
/**
* @deprecated This interface is deprecated. Please update to use the RecordActionType type
*/
type RecordAction = RecordAction$1;
export type { RecordAction };