> ## Documentation Index
> Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TelnyxVoipClientOptions

> Configuration options for TelnyxVoipClient including app state management and debug settings.

# Interface: TelnyxVoipClientOptions

Defined in: [telnyx-voip-client.ts:11](https://github.com/team-telnyx/react-native-voice-commons/blob/5f0c1df513588a68afc08a15104d57f9daa9c0a1/react-voice-commons-sdk/src/telnyx-voip-client.ts#L11)

Configuration options for TelnyxVoipClient

## Properties

### enableAppStateManagement?

> `optional` **enableAppStateManagement**: `boolean`

Defined in: [telnyx-voip-client.ts:13](https://github.com/team-telnyx/react-native-voice-commons/blob/5f0c1df513588a68afc08a15104d57f9daa9c0a1/react-voice-commons-sdk/src/telnyx-voip-client.ts#L13)

Enable automatic app state management (background/foreground behavior) - default: true

***

### debug?

> `optional` **debug**: `boolean`

Defined in: [telnyx-voip-client.ts:16](https://github.com/team-telnyx/react-native-voice-commons/blob/5f0c1df513588a68afc08a15104d57f9daa9c0a1/react-voice-commons-sdk/src/telnyx-voip-client.ts#L16)

Enable debug logging. Default: `false`
