CallStateExIsPendingCall Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static bool IsPendingCall(
CallState state
)
Public Shared Function IsPendingCall (
state As CallState
) As Boolean
public:
static bool IsPendingCall(
CallState state
)
static member IsPendingCall :
state : CallState -> bool
Parameters
- state
- Type: Ozeki.VoIPCallState
Return Value
Type:
Boolean
See Also