CallStateExIsInCall Method |
Returns a boolean value that indicates whether the communication is active between the call party members.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static bool IsInCall(
CallState state
)
Public Shared Function IsInCall (
state As CallState
) As Boolean
public:
static bool IsInCall(
CallState state
)
static member IsInCall :
state : CallState -> bool
Parameters
- state
- Type: Ozeki.VoIPCallState
Return Value
Type:
Boolean
See Also