VideoChannelFailureEventArgs Class |
Namespace: Avaya.ClientServices
public class VideoChannelFailureEventArgs : CallFailureEventArgs
The VideoChannelFailureEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Error |
A code indicating the nature of the error.
(Inherited from CallFailureEventArgs.) |
![]() | ProtocolReason |
The reason string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.) |
![]() | ProtocolResponseCode |
The response code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.) |
![]() | ProtocolWarning |
The warning string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.) |
![]() | ProtocolWarningCode |
The warning code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.) |
![]() | VideoChannel |
The video channel for which the failure occurred.
|