Send a Single Step Conference Call request to the server.
| C# | Visual Basic | Visual C++ |
int SingleStepConferenceCall( ThirdPartyCallController..::.CallIdentifier activeCall, string deviceToJoin, ThirdPartyCallController..::.SingleStepConferenceCallParticipationType partitionType, Object userState )
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 )
- 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)