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

# Interface: IPlayerInfo

[PlayerRegistry](../modules/PlayerRegistry.md).IPlayerInfo

Used by the API to describe the current state of the player.

## Table of contents

### Properties

- [playerId](PlayerRegistry.IPlayerInfo.md#playerid)
- [remoteAddress](PlayerRegistry.IPlayerInfo.md#remoteaddress)
- [subscribedTo](PlayerRegistry.IPlayerInfo.md#subscribedto)
- [type](PlayerRegistry.IPlayerInfo.md#type)

## Properties

### playerId

• **playerId**: `string`

#### Defined in

[Signalling/src/PlayerRegistry.ts:23](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/709d6fe/Signalling/src/PlayerRegistry.ts#L23)

___

### remoteAddress

• **remoteAddress**: `undefined` \| `string`

#### Defined in

[Signalling/src/PlayerRegistry.ts:26](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/709d6fe/Signalling/src/PlayerRegistry.ts#L26)

___

### subscribedTo

• **subscribedTo**: `undefined` \| `string`

#### Defined in

[Signalling/src/PlayerRegistry.ts:25](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/709d6fe/Signalling/src/PlayerRegistry.ts#L25)

___

### type

• **type**: `string`

#### Defined in

[Signalling/src/PlayerRegistry.ts:24](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/709d6fe/Signalling/src/PlayerRegistry.ts#L24)
