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

# Interface: IStreamerInfo

[StreamerRegistry](../modules/StreamerRegistry.md).IStreamerInfo

Used by the API to describe a streamer.

## Table of contents

### Properties

- [remoteAddress](StreamerRegistry.IStreamerInfo.md#remoteaddress)
- [streamerId](StreamerRegistry.IStreamerInfo.md#streamerid)
- [streaming](StreamerRegistry.IStreamerInfo.md#streaming)
- [subscribers](StreamerRegistry.IStreamerInfo.md#subscribers)
- [type](StreamerRegistry.IStreamerInfo.md#type)

## Properties

### remoteAddress

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

#### Defined in

[Signalling/src/StreamerRegistry.ts:36](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/709d6fe/Signalling/src/StreamerRegistry.ts#L36)

___

### streamerId

• **streamerId**: `string`

#### Defined in

[Signalling/src/StreamerRegistry.ts:33](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/709d6fe/Signalling/src/StreamerRegistry.ts#L33)

___

### streaming

• **streaming**: `boolean`

#### Defined in

[Signalling/src/StreamerRegistry.ts:35](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/709d6fe/Signalling/src/StreamerRegistry.ts#L35)

___

### subscribers

• **subscribers**: [`IPlayerInfo`](PlayerRegistry.IPlayerInfo.md)[]

#### Defined in

[Signalling/src/StreamerRegistry.ts:37](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/709d6fe/Signalling/src/StreamerRegistry.ts#L37)

___

### type

• **type**: `string`

#### Defined in

[Signalling/src/StreamerRegistry.ts:34](https://github.com/mcottontensor/PixelStreamingInfrastructure/blob/709d6fe/Signalling/src/StreamerRegistry.ts#L34)
