Ozeki VoIP SDK Class library
IsCallEnded Method (state)
NamespacesOzeki.VoIPCallStateHelperIsCallEnded(CallState)
The call has been ended.
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsCallEnded(
	this CallState state
)
<ExtensionAttribute> 
Public Shared Function IsCallEnded ( 
	state As CallState
) As Boolean
public:
[ExtensionAttribute]
static bool IsCallEnded(
	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.
Remarks
The call can end by one of the following reasons: - Cancelled by the caller - Rejected by the callee - Hhung up by one of the call members - An error occurred during the call (eg. remote party was not found or no supported codecs found)

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