Click or drag to resize
CallStateEx Class
Tool to determine that the call state is in which period.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPCallStateEx

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static class CallStateEx

The CallStateEx type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsCallEnded
The call has been ended.
Public methodStatic memberIsHeld
The call has been held by one of the party members.
Public methodStatic memberIsInCall
Returns a boolean value that indicates whether the communication is active between the call party members.
Public methodStatic memberIsInSetupCall
Returns a boolean value that indicates whether the call has been started, but the callee sent no response yet.
Public methodStatic memberIsMediaCommunication
Returns a boolean value indicating whether media can be sent to the remote party.
Public methodStatic memberIsPendingCall
Public methodStatic memberIsRemoteMediaCommunication
Returns a boolean value indicating whether the remote party could send media data.
Public methodStatic memberIsRinging
Returns a boolean value that indicates whether the callee was contacted successfully but the call has not been answered yet.
Top
See Also