Skip to main content

Interface: TelnyxVoipClientOptions

Defined in: telnyx-voip-client.ts:11 Configuration options for TelnyxVoipClient

Properties

enableAppStateManagement?

optional enableAppStateManagement: boolean
Defined in: telnyx-voip-client.ts:13 Enable automatic app state management (background/foreground behavior) - default: true

debug?

optional debug: boolean
Defined in: telnyx-voip-client.ts:16 Enable debug logging. Default: false

useTrickleIce?

optional useTrickleIce: boolean
Defined in: telnyx-voip-client.ts:24 Enable Trickle ICE for calls created by this client. When enabled, the SDK sends the initial SDP immediately and delivers ICE candidates incrementally, which can reduce call setup latency. Default: false See the Trickle ICE guide for details and usage examples.