Click or drag to resize

SessionStateChangeEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPSessionStateChangeEventArgs

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

The SessionStateChangeEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodSessionStateChangeEventArgsInitializes 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