Click or drag to resize
ISession Properties

The ISession type exposes the following members.

Properties
  NameDescription
Public propertyCalleeInfo
Gets some information about the call of the callee.
Public propertyCallerInfo
Gets some information about the call of the caller.
Public propertyIsTransferredSession
Gets a boolean value indicating whether this session is a transfer session.
Public propertyMasterSessionID
Gets the main identifier of the session. When transferring the session this ID will be set for MasterSessionID in the transferred session.
Public propertyParentSessionID
Gets the identifier of the parent session that created this session.
Public propertyRingDuration
Gets the duration while the session was in Ringing state.
Public propertySessionID
Gets the unique identifier of the session.
Public propertySessionState
Gets the current state of the session.
Public propertyStartTime
Gets the date and time when the session has been started.
Public propertyStateDuration
Gets the time passed after the last session state change.
Public propertyTalkDuration
Gets the duration while the parties were in InCall state so far.
Public propertyTransferredSessionID
Gets the ID of the tranferring session when the session is created via attended tranfer.
Public propertyTransferredSessionID2
Gets the ID of the other tranferring session when the session is created via attended tranfer.
Top
See Also