Click or drag to resize

CallFeatureServicePerformCallRecordingWithActionType Method

Performs call recording operation with specific action type.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void PerformCallRecordingWithActionType(
	CallRecordingActionType type,
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

type
Type: Avaya.ClientServicesCallRecordingActionType
The call recording action type.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback will not be provided.
See Also