| CallStateChangedArgs Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Ozeki.VoIP
 Syntax
SyntaxThe CallStateChangedArgs type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CallStateChangedArgs | 
            Initializes a new instance of the CallStateChangedArgs clas..
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ToString | (Overrides ObjectToString.) | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Error | 
            Gets the specific error, if the call state is Error.
             | 
|  | PrevState | 
            Gets the previous state of the call..
             | 
|  | Reason | 
            Gets the reason phrase for the state.
             | 
|  | State | 
            Gets the current state of the call.
             | 
|  | StatusCode | 
            Gets the status code sent to the initial INVITE request.
             | 
 See Also
See Also