Reference Library
SingleStepConferenceCall Method (activeCall, DeviceToJoin, partitionType, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerSingleStepConferenceCall(ThirdPartyCallController..::.CallIdentifier, String, ThirdPartyCallController..::.SingleStepConferenceCallParticipationType, Object)
Send a Single Step Conference Call request to the server.
Declaration Syntax
C#Visual BasicVisual C++
public int SingleStepConferenceCall(
	ThirdPartyCallController..::.CallIdentifier activeCall,
	string DeviceToJoin,
	ThirdPartyCallController..::.SingleStepConferenceCallParticipationType partitionType,
	Object userState
)
Public Function SingleStepConferenceCall ( _
	activeCall As ThirdPartyCallController..::.CallIdentifier, _
	DeviceToJoin As String, _
	partitionType As ThirdPartyCallController..::.SingleStepConferenceCallParticipationType, _
	userState As Object _
) As Integer
public:
virtual int SingleStepConferenceCall(
	ThirdPartyCallController..::.CallIdentifier^ activeCall, 
	String^ DeviceToJoin, 
	ThirdPartyCallController..::.SingleStepConferenceCallParticipationType partitionType, 
	Object^ userState
) sealed
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)