ConferenceSession.GetAllowedAccessLevels Method

Definition

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

public:
 System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ConferenceAccessLevel> ^ GetAllowedAccessLevels();
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConferenceAccessLevel> GetAllowedAccessLevels ();
member this.GetAllowedAccessLevels : unit -> System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConferenceAccessLevel>
Public Function GetAllowedAccessLevels () As Collection(Of ConferenceAccessLevel)

Returns

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.

Applies to