SessionStateExIsHeld Method |
Check whether the call is being held by one of the parties.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static bool IsHeld(
SessionState sessionState
)
Public Shared Function IsHeld (
sessionState As SessionState
) As Boolean
public:
static bool IsHeld(
SessionState sessionState
)
static member IsHeld :
sessionState : SessionState -> bool
Parameters
- sessionState
- Type: Ozeki.VoIPSessionState
Return Value
Type:
Boolean
See Also