SessionStateExIsInCall Method |
Check whether the call is in active state and there is media communication between the two parties.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static bool IsInCall(
SessionState sessionState
)
Public Shared Function IsInCall (
sessionState As SessionState
) As Boolean
public:
static bool IsInCall(
SessionState sessionState
)
static member IsInCall :
sessionState : SessionState -> bool
Parameters
- sessionState
- Type: Ozeki.VoIPSessionState
Return Value
Type:
Boolean
See Also