Class OnlineMeetingSettings
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents Lync online meeting settings.
public class OnlineMeetingSettings : ComplexProperty
- Inheritance
-
OnlineMeetingSettings
- Inherited Members
Constructors
OnlineMeetingSettings()
Initializes a new instance of the OnlineMeetingSettings class.
public OnlineMeetingSettings()
Properties
AccessLevel
Gets or sets the online meeting setting that describes access permission to the meeting.
public OnlineMeetingAccessLevel AccessLevel { get; set; }
Property Value
LobbyBypass
Gets or sets the online meeting setting that describes whether users dialing in by phone have to wait in the lobby.
public LobbyBypass LobbyBypass { get; set; }
Property Value
Presenters
Gets or sets the online meeting setting that defines the meeting leaders.
public Presenters Presenters { get; set; }