Click or drag to resize
IOzBaseCall Interface

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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.
Top
See Also