Click or drag to resize
IBaseCall Interface
Base interface for calls.

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

The IBaseCall type exposes the following members.

Properties
  NameDescription
Public propertyCallID
Gets the unique identifier of the call.
(Inherited from IOzBaseCall.)
Public propertyCallState
Gets the state of the call.
(Inherited from IOzBaseCall.)
Public propertyDialInfo
Gets basic information about the call such as caller ID or dialed number.
Public propertyIsAnswered
Gets a boolean value indicating whether the call has been answered.
(Inherited from IOzBaseCall.)
Public propertyIsIncoming
Gets if the call is an incoming call.
(Inherited from IOzBaseCall.)
Public propertyOwner
Gets the owner of the call.
Public propertyReasonOfState
Gets the textual context of the call state.
(Inherited from IOzBaseCall.)
Top
Events
  NameDescription
Public eventCallStateChanged
Occurs when the state of the call has changed.
(Inherited from IOzBaseCall.)
Top
See Also