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: 10.4.13.0
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
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
Methods
 NameDescription
Public methodToString
(Overrides ObjectToString)
Top
See Also