Send a Single Step Conference Call request to the server.
| C# | Visual Basic | Visual 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
- 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.
The Invoke ID of the XML message sent to the server.
Assembly: ServiceProvider (Module: ServiceProvider)