|
RouteCall |
Top Previous Next |
|
RouteCall(CallToken: String; RemoteParty: String); - Delphi syntax RouteCall(string callToken, string remoteParty); - C# syntax RouteCall(CallToken As String, RemoteParty As String); -VB.NET syntax HRESULT RouteCall([in] BSTR CallToken, [in] BSTR RemoteParty); - COM IDL syntax
Description Redirects incoming call identified by the CallToken parameter to peer identified by the RemoteParty parameter. This method redirects only incoming (i.e. not connected yet calls )
|