> ## 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.

# WebRTC iOS Client Push IP Notifications Configuration

> This structure contains all the properties related to Server Configuration from Push

**STRUCT**

# `TxPushIPConfig`

```swift theme={null}
public struct TxPushIPConfig
```

This class contains all the properties related to Server Confuguration from Push

## Properties

### `rtc_ip`

```swift theme={null}
public internal(set) var rtc_ip:String
```

### `rtc_port`

```swift theme={null}
public internal(set) var rtc_port:Int
```

## Methods

### `init(rtc_ip:rtc_port:)`

```swift theme={null}
public init(rtc_ip: String, rtc_port: Int)
```
