Avaya Client Services API Reference (OS X)
Properties | List of all members
CSMaxSupportedVideoResolutionsCapability Class Reference

A class representing multi video resolution capabilities of the Client SDK . More...

#import <CSMaxSupportedVideoResolutionsCapability.h>

Inherits CSCapability.

Properties

NSArray * maxSupportedVideoResolutions
 Returns a list of CSVideoResolutionCapability representing the maximum video resolution of the receive-only video streams that can be simultaneously supported by the Client SDK. More...
 
- Properties inherited from CSCapability
BOOL allowed
 Whether the capability is allowed. More...
 
CSCapabilityDenialReason denialReason
 Whether the capability is allowed. More...
 

Detailed Description

A class representing multi video resolution capabilities of the Client SDK .

In addition to the properties exposed by Capability, this class exposes a property that provides the maximum number of simultaneous receive-only video channels that can be supported by the SDK and their maximum resolution, based on the limitations of the local CPU/platform, bandwidth and resolution configuration information. Capability::allowed returns false for a point to point video call, or if the conference call does not support multiple video streams. In this case maxSupportedVideoResolutions returns nil.

Property Documentation

- (NSArray*) maxSupportedVideoResolutions
readnonatomicassign

Returns a list of CSVideoResolutionCapability representing the maximum video resolution of the receive-only video streams that can be simultaneously supported by the Client SDK.

It returns nil if this object is associated with a call that does not support multiple video streams.


The documentation for this class was generated from the following file: