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
Syntaxpublic 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