Click or drag to resize

CallStateExIsRinging Method

Returns a boolean value that indicates whether the callee was contacted successfully but the call has not been answered yet.

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

Parameters

state
Type: Ozeki.VoIPCallState

Return Value

Type: Boolean
See Also