ConferencingCapabilities.AllowedAccessLevels Property

Definition

Gets the conference access levels allowed by the server for the endpoint owner.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ConferenceAccessLevel> ^ AllowedAccessLevels { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ConferenceAccessLevel> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConferenceAccessLevel> AllowedAccessLevels { get; }
member this.AllowedAccessLevels : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConferenceAccessLevel>
Public ReadOnly Property AllowedAccessLevels As Collection(Of ConferenceAccessLevel)

Property Value

Remarks

Locked conferences will only allow the organizer and pre-set leaders to join the conference while all other participants attempting to join the conference are placed in the lobby. This is useful for leaders to prepare their conference while their attendees wait in the lobby. Note that scheduling locked conferences is supported by Microsoft Lync Server 2010 or later.

The administrator may also prevent specific users from scheduling conferences with the Everyone access level.

Applies to