SessionStateExIsCompleted Method |
Checks whether the active call has ended by one of the parties (the caller or callee sent a BYE request).
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static bool IsCompleted(
SessionState sessionState
)
Public Shared Function IsCompleted (
sessionState As SessionState
) As Boolean
public:
static bool IsCompleted(
SessionState sessionState
)
static member IsCompleted :
sessionState : SessionState -> bool
Parameters
- sessionState
- Type: Ozeki.VoIPSessionState
Return Value
Type:
Boolean
See Also