Send a AlternateCAll request to the server
| C# | Visual Basic | Visual C++ |
int AlternateCall( ThirdPartyCallController..::.CallIdentifier activeCall, ThirdPartyCallController..::.CallIdentifier heldCall, Object userState )
Function AlternateCall ( _ activeCall As ThirdPartyCallController..::.CallIdentifier, _ heldCall As ThirdPartyCallController..::.CallIdentifier, _ userState As Object _ ) As Integer
int AlternateCall( ThirdPartyCallController..::.CallIdentifier^ activeCall, ThirdPartyCallController..::.CallIdentifier^ heldCall, Object^ userState )
- activeCall (ThirdPartyCallController..::.CallIdentifier)
- Connection Id of the Active Call
- heldCall (ThirdPartyCallController..::.CallIdentifier)
- Connection Id of the Held Call
- userState (Object)
- The Invoke ID of the XML message sent to the server.
The Invoke ID of the XML message sent to the server.
Assembly: ServiceProvider (Module: ServiceProvider)