Reference Library
SingleStepConferenceCall Method (activeCall, deviceToJoin, partitionType, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIThirdPartyCallControllerSingleStepConferenceCall(ThirdPartyCallController..::.CallIdentifier, String, ThirdPartyCallController..::.SingleStepConferenceCallParticipationType, Object)
Send a Single Step Conference Call request to the server.
Declaration Syntax
C#Visual BasicVisual C++
Function SingleStepConferenceCall ( _
	activeCall As ThirdPartyCallController..::.CallIdentifier, _
	deviceToJoin As String, _
	partitionType As ThirdPartyCallController..::.SingleStepConferenceCallParticipationType, _
	userState As Object _
) As Integer
int SingleStepConferenceCall(
	ThirdPartyCallController..::.CallIdentifier^ activeCall, 
	String^ deviceToJoin, 
	ThirdPartyCallController..::.SingleStepConferenceCallParticipationType partitionType, 
	Object^ userState
)
Parameters
activeCall (ThirdPartyCallController..::.CallIdentifier)
The Call Id of the active call.
deviceToJoin (String)
The Device to join
partitionType (ThirdPartyCallController..::.SingleStepConferenceCallParticipationType)
The
userState (Object)
Any object the application would like returned with the response.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)