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: 10.4.13.0
Syntax
public static class CallStateEx

The CallStateEx type exposes the following members.

Methods
 NameDescription
Public Extension MethodIsCallEnded The call has been ended.
Public Extension MethodIsHeld The call has been held by one of the party members.
Public Extension MethodIsInCall Returns a boolean value that indicates whether the communication is active between the call party members.
Public Extension MethodIsInSetupCall Returns a boolean value that indicates whether the call has been started, but the callee sent no response yet.
Public Extension MethodIsMediaCommunication Returns a boolean value indicating whether media can be sent to the remote party.
Public Extension MethodIsPendingCall 
Public Extension MethodIsRemoteMediaCommunication Returns a boolean value indicating whether the remote party could send media data.
Public Extension MethodIsRinging Returns a boolean value that indicates whether the callee was contacted successfully but the call has not been answered yet.
Top
See Also