Send a Single Step Transfer Call request to the server.
| C# | Visual Basic | Visual C++ |
public int SingleStepTransferCall( ThirdPartyCallController..::.CallIdentifier activeCall, string transferredTo, Object userState )
Public Function SingleStepTransferCall ( _ activeCall As ThirdPartyCallController..::.CallIdentifier, _ transferredTo As String, _ userState As Object _ ) As Integer
public: virtual int SingleStepTransferCall( ThirdPartyCallController..::.CallIdentifier^ activeCall, String^ transferredTo, Object^ userState ) sealed
- activeCall (ThirdPartyCallController..::.CallIdentifier)
- Connection Id of the Active Call
- transferredTo (String)
- The third party Device Id which represents the destination that you want the call to be transferred to.
- 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)