@epicgames-ps/lib-pixelstreamingsignalling-ue5.5 / SignallingServer / SignallingServer
SignallingServer.SignallingServer
The main signalling server object. Contains a streamer and player registry and handles setting up of websockets to listen for incoming connections.
• new SignallingServer(config): SignallingServer
Initializes the server object and sets up listening sockets for streamers players and optionally SFU connections.
| Name | Type | Description |
|---|---|---|
config |
IServerConfig |
A collection of options for this server. |
• config: IServerConfig
• playerRegistry: PlayerRegistry
• protocolConfig: ProtocolConfig
• startTime: Date
• streamerRegistry: StreamerRegistry