Click or drag to resize
CallFailureEventArgs Class
The event argument used to report point-to-point and conference call related errors to the application.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesProtocolEventArgs
      Avaya.ClientServicesCallFailureEventArgs
        Avaya.ClientServicesAudioMuteFailureEventArgs
        Avaya.ClientServicesVideoChannelFailureEventArgs
        Avaya.ClientServicesVideoChannelsFailureEventArgs

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class CallFailureEventArgs : ProtocolEventArgs

The CallFailureEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyError
A code indicating the nature of the error.
Public propertyProtocolReason
The reason string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolResponseCode
The response code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarning
The warning string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarningCode
The warning code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Top
See Also