Click or drag to resize

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
Syntax
C#
public 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