Connect a peer to the timeline synchronizer

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

Syntax

C#
public void ConnectPeer(
	ushort peerIndex,
	float rtt
)

Parameters

peerIndex
Type: System..::..UInt16
Index number for the peer that connected.
rtt
Type: System..::..Single
round trip time between the peer and the timeline synchronizer

See Also