Click or drag to resize

VideoChannelsFailureEventArgs Properties

The VideoChannelsFailureEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyError
A code indicating the nature of the error.
(Inherited from CallFailureEventArgs.)
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.)
Public propertyVideoChannels
The video channels for which the failure occurred.
Top
See Also