Compartir a través de


ConferencingCapabilities.AllowedAccessLevels Property

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

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property AllowedAccessLevels As Collection(Of ConferenceAccessLevel)
    Get
'Usage
Dim instance As ConferencingCapabilities
Dim value As Collection(Of ConferenceAccessLevel)

value = instance.AllowedAccessLevels
public Collection<ConferenceAccessLevel> AllowedAccessLevels { get; }

Property Value

Type: System.Collections.ObjectModel.Collection<ConferenceAccessLevel>

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.

See Also

Reference

ConferencingCapabilities Class

ConferencingCapabilities Members

Microsoft.Rtc.Collaboration Namespace