Click or drag to resize
VideoDisabledReason Enumeration

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum VideoDisabledReason
Members
  Member nameValueDescription
None0 Associated channel object is enabled.
LocalUser1 Local user disabled media.
RemoteUser2 Remote user disabled media.
InsufficientBandwidth3 There is insufficient bandwidth.
LocalPlatformLimitations4 Based on local configuration information and/or the capabilities of the local platform, the video channel cannot be supported.
LayoutSelection5 Based on local video layout selection, the video channel cannot be supported. For example, if the user selects a video layout of 4 video streams, but the incoming multi stream switched video offer has 9 video streams, 5 of the video streams (streams 5, 6, 7, 8, 9) are disabled.
See Also