Skip to main content

Type Alias: VoiceProviderName

VoiceProviderName = "twilio" | "telnyx" | "plivo" | "mock" | string & object

Defined in: packages/agentos/src/channels/telephony/types.ts:39

Supported telephony providers.

The explicit literals enable autocomplete and exhaustiveness checking while the (string & {}) arm keeps the type open for future providers without requiring a code change.