This object is passed to the applications when the media engine receives an incoming call and the incoming call setup initialization has been performed. For further information, see the SipIncomingCallInitialized immediate event.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public class INCOMING_CALL_INITIALIZED_DATA : IDisposable
Visual Basic (Declaration)
Public Class INCOMING_CALL_INITIALIZED_DATA _
	Implements IDisposable
Visual C++
public ref class INCOMING_CALL_INITIALIZED_DATA : IDisposable
J#
public class INCOMING_CALL_INITIALIZED_DATA implements IDisposable

Inheritance Hierarchy

System..::.Object
  LanScape..::.VoipMediaEngine..::.INCOMING_CALL_INITIALIZED_DATA

See Also