Click or drag to resize
ISessionCall Interface
Egy session-ben resztvevo call interface-e

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

The ISessionCall type exposes the following members.

Methods
  NameDescription
Public methodGetSIPInfo
Public methodStart
Top
Properties
  NameDescription
Public propertyBye
Public propertyCallerIDAsCaller
Public propertyCallID
Gets the unique identifier of the call.
(Inherited from IOzBaseCall.)
Public propertyCallState
Gets the state of the call.
(Inherited from IOzBaseCall.)
Public propertyCallStateManager
Public propertyCancel
Public propertyDialInfo
Gets basic information about the call such as caller ID or dialed number.
(Inherited from IBaseCall.)
Public propertyInfo
Public propertyInvite
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 propertyMediaDescription
Public propertyMessage
Public propertyOwner
Gets the owner of the call.
(Inherited from IBaseCall.)
Public propertyReasonOfState
Gets the textual context of the call state.
(Inherited from IOzBaseCall.)
Public propertyTransfer
Top
Events
  NameDescription
Public eventCallStateChanged
Occurs when the state of the call has changed.
(Inherited from IOzBaseCall.)
Public eventInternalCallStateChanged
Public eventRedirected
Top
See Also