Interface: TelnyxVoipClientOptions
Defined in: telnyx-voip-client.ts:11 Configuration options for TelnyxVoipClientProperties
enableAppStateManagement?
Defined in: telnyx-voip-client.ts:13 Enable automatic app state management (background/foreground behavior) - default: trueoptionalenableAppStateManagement:boolean
debug?
Defined in: telnyx-voip-client.ts:16 Enable debug logging. Default:optionaldebug:boolean
false
useTrickleIce?
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:optionaluseTrickleIce:boolean
false
See the Trickle ICE guide for details and usage examples.