|
GetCallInfo |
Top Previous Next |
|
GetCallInfo(CallToken: String; var RemoteParty: String; var UserData: Pointer; var UserHeaders: String; var LocalParty: String); - Delphi syntax GetCallInfo(string callToken, out string remoteParty, ref int userData, out string userHeaders, out string localParty); - C# syntax GetCallInfo(CallToken As String, ByRef RemoteParty As String, ByRef UserData As Integer, ByRef UserHeaders As String, ByRef LocalParty As String); - VB.NET syntax HRESULT GetCallInfo([in] BSTR CallToken, [out] BSTR* RemoteParty, [out] LONG* UserData, [out] BSTR* UserHeaders, [out] BSTR* LocalParty); - COM IDL syntax
Description
Returns call information – remote party name, associated user data specified in MakeCall and AcceptCall method calls. Also returns the headers from the first remote party SIP packet and the SIP name of callee. The last can distinct from ContactName property value (please see OnInvite event description).
|