CallStateExIsCallEnded Method |
The call has been ended.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static bool IsCallEnded(
CallState state
)
Public Shared Function IsCallEnded (
state As CallState
) As Boolean
public:
static bool IsCallEnded(
CallState state
)
static member IsCallEnded :
state : CallState -> bool
Parameters
- state
- Type: Ozeki.VoIPCallState
Return Value
Type:
Boolean
Remarks
The call can end by one of the following reasons:
- Cancelled by the caller
- Rejected by the callee
- Hhung up by one of the call members
- An error occurred during the call (eg. remote party was not found or no supported codecs found)
See Also