Ozeki VoIP SDK Class library
IsInCall Method (state)
NamespacesOzeki.VoIPCallStateHelperIsInCall(CallState)
Returns a boolean value that indicates whether the communication is active between the call party members.
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsInCall(
	this CallState state
)
<ExtensionAttribute> 
Public Shared Function IsInCall ( 
	state As CallState
) As Boolean
public:
[ExtensionAttribute]
static bool IsInCall(
	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