Click or drag to resize

MaxSupportedVideoResolutionsCapability Class

A class representing multi video resolution capabilities of the Client SDK .
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesCapability
    Avaya.ClientServicesMaxSupportedVideoResolutionsCapability

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class MaxSupportedVideoResolutionsCapability : Capability

The MaxSupportedVideoResolutionsCapability type exposes the following members.

Properties
  NameDescription
Public propertyAllowed
Returns whether the associated operation is allowed.
(Inherited from Capability.)
Public propertyDenialReason
Returns the reason why the associated operation is not allowed.
(Inherited from Capability.)
Public propertyMaxSupportedVideoResolutions
Returns the maximum video resolution of the video streams that can be simultaneously supported by the Client SDK.
Top
Methods
  NameDescription
Public methodToString (Inherited from Capability.)
Top
See Also