Click or drag to resize
VideoChannel Class
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesVideoChannel

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

The VideoChannel type exposes the following members.

Properties
  NameDescription
Public propertyChannelId
Integer ID uniquely representing a video channel instance among multiple instances associated with the call.
Public propertyDisabledReason
Reason as to why the video channel is disabled. It returns 'None', if the video channel is enabled.
Public propertyIsEnabled
Indication as to whether the video channel is enabled or disabled. If a video channel is disabled, the disabled reason provides reason as to the channel is disabled.
Public propertyIsPresentationVideoChannel
Boolean value providing information if the video channel is of presentation video type.
Public propertyNegotiatedDirection
Current video direction (send only, receive only, send and receive, inactive).
Public propertyOverloadVideoStatus
Video status during overload condition (normal, resolution reduced, deactivated).
Public propertyRequestedDirection
Desired video direction (send only, receive only, send and receive, inactive).
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
See Also