Ozeki VoIP SDK Class library
IsInSetupCall Method (state)
NamespacesOzeki.VoIPCallStateHelperIsInSetupCall(CallState)
Returns a boolean value that indicates whether the call has been started, but the callee sent no response yet.
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsInSetupCall(
	this CallState state
)
<ExtensionAttribute> 
Public Shared Function IsInSetupCall ( 
	state As CallState
) As Boolean
public:
[ExtensionAttribute]
static bool IsInSetupCall(
	CallState state
)
Parameters
state (CallState)
Return Value
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type CallState. When you use instance method syntax to call this method, omit the first parameter.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649