Triggered when the number of peers connected to a timeline changes, (but not from 0 to 1 or from 1 to 0)

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

Syntax

C#
public delegate void TimelineUpdatedHandler(
	int numConnections,
	byte[] timelineId
)

Parameters

numConnections
Type: System..::..Int32
Number of peers connecting to the timeline
timelineId
Type: array<System..::..Byte>[]()[][]
String identifier for the timeline

See Also