Reference Library
ConsultationCall Method (existingCall, consultedDevice, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerConsultationCall(ThirdPartyCallController..::.CallIdentifier, String, Object)
Send a Consultation Call request to the server.
Declaration Syntax
C#Visual BasicVisual C++
public int ConsultationCall(
	ThirdPartyCallController..::.CallIdentifier existingCall,
	string consultedDevice,
	Object userState
)
Public Function ConsultationCall ( _
	existingCall As ThirdPartyCallController..::.CallIdentifier, _
	consultedDevice As String, _
	userState As Object _
) As Integer
public:
virtual int ConsultationCall(
	ThirdPartyCallController..::.CallIdentifier^ existingCall, 
	String^ consultedDevice, 
	Object^ userState
) sealed
Parameters
existingCall (ThirdPartyCallController..::.CallIdentifier)
Connection Id of the call that is active.
consultedDevice (String)
Third Party Device Id of the device that you want to consult.
userState (Object)
The Invoke ID of the XML message sent to the server.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)