CallReadAudioDetails Method |
Returns detailed information about the audio channel associated with
the call.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void ReadAudioDetails(
CallReadAudioDetailsCompletionHandler completionHandler
)
Parameters
- completionHandler
- Type: Avaya.ClientServicesCallReadAudioDetailsCompletionHandler
Completion handler instance that receives the result of the operation.
If not provided, failure feedback cannot be received.
Remarks
If the audio channel has ended the audio details contain the
information received from the channel just before it was ended.
See Also