Click or drag to resize

ConferenceCurrentVideoLayout Property

Returns the currently selected video layout option, if the conference server supports layout selection. Otherwise, None is returned to indicate that the conference server does not support video layout selection.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public VideoLayoutType CurrentVideoLayout { get; }

Property Value

Type: VideoLayoutType
Remarks
see also: VideoLayoutChanged
See Also