Triggered when a new peer connects to the TimelineSynchronizer

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public delegate void PeerConnectedHandler(
	ushort peerIndex
)

Parameters

peerIndex
Type: System..::..UInt16
Index number for the peer that connected.

See Also