| CallReadVideoDetails Method |
Returns detailed information about all video channels associated
with the call.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic void ReadVideoDetails(
CallReadVideoDetailsCompletionHandler completionHandler
)
Parameters
- completionHandler
- Type: Avaya.ClientServicesCallReadVideoDetailsCompletionHandler
Completion handler instance that receives the result of the operation.
If not provided, failure feedback cannot be received.
See Also