Click or drag to resize
CallFeatureServiceMoveCall Method
Perform a Call Handover to move the active call to the user's twin clients.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void MoveCall(
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed. This parameter may be null.
See Also