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

***

[@epicgames-ps/lib-pixelstreamingsignalling-ue5.5](../../README.md) / [StreamerRegistry](../README.md) / IStreamerInfo

# Interface: IStreamerInfo

Defined in: [Signalling/src/StreamerRegistry.ts:32](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/1c2e89b140492a0711bcb88268b18a037a27dc45/Signalling/src/StreamerRegistry.ts#L32)

Used by the API to describe a streamer.

## Properties

### remoteAddress

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

Defined in: [Signalling/src/StreamerRegistry.ts:36](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/1c2e89b140492a0711bcb88268b18a037a27dc45/Signalling/src/StreamerRegistry.ts#L36)

***

### streamerId

> **streamerId**: `string`

Defined in: [Signalling/src/StreamerRegistry.ts:33](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/1c2e89b140492a0711bcb88268b18a037a27dc45/Signalling/src/StreamerRegistry.ts#L33)

***

### streaming

> **streaming**: `boolean`

Defined in: [Signalling/src/StreamerRegistry.ts:35](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/1c2e89b140492a0711bcb88268b18a037a27dc45/Signalling/src/StreamerRegistry.ts#L35)

***

### subscribers

> **subscribers**: [`IPlayerInfo`](../../PlayerRegistry/interfaces/IPlayerInfo.md)[]

Defined in: [Signalling/src/StreamerRegistry.ts:37](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/1c2e89b140492a0711bcb88268b18a037a27dc45/Signalling/src/StreamerRegistry.ts#L37)

***

### type

> **type**: `string`

Defined in: [Signalling/src/StreamerRegistry.ts:34](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/1c2e89b140492a0711bcb88268b18a037a27dc45/Signalling/src/StreamerRegistry.ts#L34)
