[@epicgames-ps/lib-pixelstreamingsignalling-ue5.5](../README.md) / [MatchmakerConnection](../modules/MatchmakerConnection.md) / IMatchmakerConfig

# Interface: IMatchmakerConfig

[MatchmakerConnection](../modules/MatchmakerConnection.md).IMatchmakerConfig

## Table of contents

### Properties

- [address](MatchmakerConnection.IMatchmakerConfig.md#address)
- [https](MatchmakerConnection.IMatchmakerConfig.md#https)
- [keepAliveInterval](MatchmakerConnection.IMatchmakerConfig.md#keepaliveinterval)
- [port](MatchmakerConnection.IMatchmakerConfig.md#port)
- [publicIp](MatchmakerConnection.IMatchmakerConfig.md#publicip)
- [publicPort](MatchmakerConnection.IMatchmakerConfig.md#publicport)
- [retryInterval](MatchmakerConnection.IMatchmakerConfig.md#retryinterval)

## Properties

### address

• **address**: `string`

#### Defined in

[MatchmakerConnection.ts:14](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Signalling/src/MatchmakerConnection.ts#L14)

___

### https

• **https**: `boolean`

#### Defined in

[MatchmakerConnection.ts:20](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Signalling/src/MatchmakerConnection.ts#L20)

___

### keepAliveInterval

• **keepAliveInterval**: `number`

#### Defined in

[MatchmakerConnection.ts:26](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Signalling/src/MatchmakerConnection.ts#L26)

___

### port

• **port**: `number`

#### Defined in

[MatchmakerConnection.ts:17](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Signalling/src/MatchmakerConnection.ts#L17)

___

### publicIp

• **publicIp**: `string`

#### Defined in

[MatchmakerConnection.ts:8](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Signalling/src/MatchmakerConnection.ts#L8)

___

### publicPort

• **publicPort**: `number`

#### Defined in

[MatchmakerConnection.ts:11](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Signalling/src/MatchmakerConnection.ts#L11)

___

### retryInterval

• **retryInterval**: `number`

#### Defined in

[MatchmakerConnection.ts:23](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/e96d9c6/Signalling/src/MatchmakerConnection.ts#L23)
