Interface: TelnyxVoiceAppOptions
Defined in: telnyx-voice-app.tsx:11 Configuration options for TelnyxVoiceAppExtended by
Properties
voipClient
voipClient: TelnyxVoipClient
Defined in: telnyx-voice-app.tsx:13
The TelnyxVoipClient instance to manage
onPushNotificationProcessingStarted()?
Defined in: telnyx-voice-app.tsx:16 Optional callback when push notification processing startsoptionalonPushNotificationProcessingStarted: () =>void
Returns
void
onPushNotificationProcessingCompleted()?
Defined in: telnyx-voice-app.tsx:19 Optional callback when push notification processing completesoptionalonPushNotificationProcessingCompleted: () =>void
Returns
void
onAppStateChanged()?
Defined in: telnyx-voice-app.tsx:22 Optional callback for additional background/foreground handlingoptionalonAppStateChanged: (state) =>void
Parameters
state
AppStateStatus
Returns
void
enableAutoReconnect?
Defined in: telnyx-voice-app.tsx:25 Whether to enable automatic login/reconnection (default: true)optionalenableAutoReconnect:boolean
skipWebBackgroundDetection?
Defined in: telnyx-voice-app.tsx:28 Whether to skip web platform for background detection (default: true)optionalskipWebBackgroundDetection:boolean
debug?
Defined in: telnyx-voice-app.tsx:31 Enable debug loggingoptionaldebug:boolean