SessionStateExIsRinging Method |
Check whether the call is setup state.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static bool IsRinging(
SessionState sessionState
)
Public Shared Function IsRinging (
sessionState As SessionState
) As Boolean
public:
static bool IsRinging(
SessionState sessionState
)
static member IsRinging :
sessionState : SessionState -> bool
Parameters
- sessionState
- Type: Ozeki.VoIPSessionState
Return Value
Type:
Boolean
See Also