Ozeki VoIP SDK Class library
IsCallEnded Method (state)
NamespacesOzeki.VoIPCallStateHelperIsCallEnded(CallState)
Is the call is already ended?
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsCallEnded(
	this CallState state
)
<ExtensionAttribute> _
Public Shared Function IsCallEnded ( _
	state As CallState _
) As Boolean
[ExtensionAttribute]
public:
static bool IsCallEnded(
	CallState state
)
Parameters
state (CallState)
The call state itself.
Return Value
Returns true if the call state is already ended otherwise retuens false.
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) Version: 10.0.6.243