Click or drag to resize
SessionStateChangeEventArgs Class
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPSessionStateChangeEventArgs

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class SessionStateChangeEventArgs : EventArgs

The SessionStateChangeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSessionStateChangeEventArgs
Initializes a new instance of the SessionStateChangeEventArgs class
Top
Properties
  NameDescription
Public propertyIsCallAnsweredEvent
Gets a boolean value indicating whether the callee answered the call during this state change.
Public propertyIsUnholdEvent
Gets a boolean value indicating whether the session state change was an unhold event.
Public propertyPreviousSessionState
Public propertyReasonPhrase
Public propertySessionState
Public propertyStatusCode
Top
See Also