UNPKG

@vonage/voice

Version:

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

9 lines (6 loc) 214 B
import { ConfigParams } from '@vonage/server-client'; /** * @deprecated Please use ConfigParams from the server client package */ type VoiceClassParameters = ConfigParams; export type { VoiceClassParameters };