Send a Consultation Call request to the server.
| C# | Visual Basic | Visual C++ |
public int ConsultationCall( ThirdPartyCallController..::.CallIdentifier existingCall, string consultedDevice, Object userState )
Public Function ConsultationCall ( _ existingCall As ThirdPartyCallController..::.CallIdentifier, _ consultedDevice As String, _ userState As Object _ ) As Integer
public: virtual int ConsultationCall( ThirdPartyCallController..::.CallIdentifier^ existingCall, String^ consultedDevice, Object^ userState ) sealed
- existingCall (ThirdPartyCallController..::.CallIdentifier)
- Connection Id of the call that is active.
- consultedDevice (String)
- Third Party Device Id of the device that you want to consult.
- 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)