CallStateExIsInSetupCall Method |
Returns a boolean value that indicates whether the call has been started, but the callee sent no response yet.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static bool IsInSetupCall(
CallState state
)
Public Shared Function IsInSetupCall (
state As CallState
) As Boolean
public:
static bool IsInSetupCall(
CallState state
)
static member IsInSetupCall :
state : CallState -> bool
Parameters
- state
- Type: Ozeki.VoIPCallState
Return Value
Type:
Boolean
See Also