Application software can set this value to a non zero value to allow the VOIP Media Engine to terminate the incoming call immediately. If your application wants the VOIP Media Engine to process the received call as normal, it should set this value to zero (FALSE).

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

Syntax

C#
public bool TerminateIncomingCall
Visual Basic (Declaration)
Public TerminateIncomingCall As Boolean
Visual C++
public:
bool TerminateIncomingCall
J#
public boolean TerminateIncomingCall

See Also