Triggered when a peer disconnects from a timeline

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

Syntax

C#
public delegate void TimelineDisconnectedHandler(
	ushort peerIndex,
	ushort remoteTimelineIndex,
	byte[] timelineId
)

Parameters

peerIndex
Type: System..::..UInt16
Index number for the peer.
remoteTimelineIndex
Type: System..::..UInt16
Index number for the timeline on the TimelineSchronizer.
timelineId
Type: array<System..::..Byte>[]()[][]
String identifier for the timeline

See Also