Click or drag to resize
ConferenceIsLectureModeActive Property
A Boolean value indicating whether lecture mode is active. It returns false if the call is not a conference call, or if the conference call does not have lecture mode active.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public bool IsLectureModeActive { get; }

Property Value

Type: Boolean
Remarks
see also: LectureModeStatusChanged
See Also