SendInfo

Top  Previous  Next

SendInfo(CallToken, Msg: String); - Delphi syntax

SendInfo(string callToken, string Msg); - C# syntaxt

SendInfo(CallToken As String, Msg As String); - VB.NET syntax

HRESULT SendInfo([in] BSTR CallToken, [in] BSTR Msg); - COM IDL syntax

 

Description

Sends the SIP INFO packet to the remote party with the Msg content. It uses the session identified by URI Dest

 

Please be aware - it is an asynchronous method.

 

OnInfoSent event will occur if INFO is sent ok.

OnInfoFailed event will occur if INFO is failed.