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
Syntaxpublic static bool IsRinging(
CallState state
)
Public Shared Function IsRinging (
state As CallState
) As Boolean
public:
static bool IsRinging(
CallState state
)
static member IsRinging :
state : CallState -> bool
Parameters
- state
- Type: Ozeki.VoIPCallState
Return Value
Type:
Boolean
See Also