Click or drag to resize

CallReadVideoDetailsCompletionHandler Delegate

Declares a delegate used to report the status of a ReadVideoDetails request.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void ReadVideoDetailsCompletionHandler(
	List<VideoDetails> videoDetails
)

Parameters

videoDetails
Type: System.Collections.GenericListVideoDetails
A list of VideoDetails objects providing the details of all video channels associated with the call.
See Also