Click or drag to resize
CallStateChangedArgs Class
Provides data for call state changed event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPCallStateChangedArgs

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

The CallStateChangedArgs type exposes the following members.

Constructors
  NameDescription
Public methodCallStateChangedArgs
Initializes a new instance of the CallStateChangedArgs clas..
Top
Methods
Properties
  NameDescription
Public propertyError
Gets the specific error, if the call state is Error.
Public propertyPrevState
Gets the previous state of the call..
Public propertyReason
Gets the reason phrase for the state.
Public propertyState
Gets the current state of the call.
Public propertyStatusCode
Gets the status code sent to the initial INVITE request.
Top
See Also