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

***

[@epicgames-ps/lib-pixelstreamingcommon-ue5.5](../../../README.md) / [Messages/message\_registry](../README.md) / MessageRegistry

# Variable: MessageRegistry

> `const` **MessageRegistry**: `Record`\<`string`, `IMessageType`\<[`BaseMessage`](../../base_message/interfaces/BaseMessage.md)\>\>

Defined in: [Messages/message\_registry.ts:10](https://github.com/EpicGamesExt/PixelStreamingInfrastructure/blob/e5168fb9b95d09ea76d485376bd036403b747ad2/Common/src/Messages/message_registry.ts#L10)

A map of all the supported signalling messages in the Pixel Streaming
signalling protocol. This allows mapping of signalling message names
to actual message types.
