Reference Library
AnswerCall Method (callToBeAnswered, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIThirdPartyCallControllerAnswerCall(ThirdPartyCallController..::.CallIdentifier, Object)
Send an Answer Call request to the server.
Declaration Syntax
C#Visual BasicVisual C++
int AnswerCall(
	ThirdPartyCallController..::.CallIdentifier callToBeAnswered,
	Object userState
)
Function AnswerCall ( _
	callToBeAnswered As ThirdPartyCallController..::.CallIdentifier, _
	userState As Object _
) As Integer
int AnswerCall(
	ThirdPartyCallController..::.CallIdentifier^ callToBeAnswered, 
	Object^ userState
)
Parameters
callToBeAnswered (ThirdPartyCallController..::.CallIdentifier)
Connection ID of the call to be answered.
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)