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: 550.0.60.0
Syntaxpublic ReadOnlyCollection<VideoLayoutType> SupportedVideoLayouts { get; }
Property Value
Type:
ReadOnlyCollectionVideoLayoutType
Remarks
see also: SupportedVideoLayoutsChanged
See Also