Click or drag to resize

CallStateExIsCallEnded Method

The call has been ended.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static bool IsCallEnded(
	CallState state
)

Parameters

state
Type: Ozeki.VoIPCallState

Return Value

Type: Boolean
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)
See Also