Click or drag to resize

IOzBaseCall Interface


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public interface IOzBaseCall

The IOzBaseCall type exposes the following members.

Properties
 NameDescription
Public propertyCallID Gets the unique identifier of the call.
Public propertyCallState Gets the state of the call.
Public propertyIsAnswered Gets a boolean value indicating whether the call has been answered.
Public propertyIsIncoming Gets if the call is an incoming call.
Public propertyReasonOfState Gets the textual context of the call state.
Top
Events
 NameDescription
Public eventCallStateChanged Occurs when the state of the call has changed.
Public eventForwarding Occurs when the call is being forwarded to a different set of destinations.
Public eventRedirected Occurs when the call has redirected.
Top
See Also