Share via


ConferenceSession.GetAllowedAccessLevels Method

Returns a snapshot of the allowed admission policies in the conference.

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

Syntax

'Declaration
Public Function GetAllowedAccessLevels As Collection(Of ConferenceAccessLevel)
'Usage
Dim instance As ConferenceSession
Dim returnValue As Collection(Of ConferenceAccessLevel)

returnValue = instance.GetAllowedAccessLevels()
public Collection<ConferenceAccessLevel> GetAllowedAccessLevels()

Return Value

Type: System.Collections.ObjectModel.Collection<ConferenceAccessLevel>
The collection of allowed access levels that the conference could be changed to.

Remarks

Applications should call this method before attempting to modify the conference admission policy.

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace