Click or drag to resize

CallReadAudioDetailsCompletionHandler Delegate

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

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void ReadAudioDetailsCompletionHandler(
	AudioDetails audioDetails
)

Parameters

audioDetails
Type: Avaya.ClientServicesAudioDetails
The details of the audio channel associated with the call.
See Also