Click or drag to resize
ConferenceSupportedVideoLayouts Property
Get the list of video layouts that the user can choose from. If the conference server does not support video layout selection, an empty list is returned.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public ReadOnlyCollection<VideoLayoutType> SupportedVideoLayouts { get; }

Property Value

Type: ReadOnlyCollectionVideoLayoutType
Remarks
see also: SupportedVideoLayoutsChanged
See Also