Reference Library
ConsultationCall Method (existingCall, consultedDevice, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIThirdPartyCallControllerConsultationCall(ThirdPartyCallController..::.CallIdentifier, String, Object)
Send a Consultation Call request to the server.
Declaration Syntax
C#Visual BasicVisual C++
int ConsultationCall(
	ThirdPartyCallController..::.CallIdentifier existingCall,
	string consultedDevice,
	Object userState
)
Function ConsultationCall ( _
	existingCall As ThirdPartyCallController..::.CallIdentifier, _
	consultedDevice As String, _
	userState As Object _
) As Integer
int ConsultationCall(
	ThirdPartyCallController..::.CallIdentifier^ existingCall, 
	String^ consultedDevice, 
	Object^ userState
)
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)