ConferenceAccessLevel Enumeration
Represents the access levels used to control access to a conference.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration ConferenceAccessLevel
'Usage
Dim instance As ConferenceAccessLevel
public enum ConferenceAccessLevel
Members
Member name | Description | |
---|---|---|
None | Not initialized. | |
SameEnterprise | Only the participants from the same company are admitted into the conference.
Any other participant is placed in the conference lobby. |
|
Locked | Only the organizer is admitted into the conference.
Any other participant is placed in the conference lobby. |
|
Invited | Only invited participants from the same company are admitted into the conference.
Any other participant is placed in the conference lobby. |
|
Everyone | Everyone is admitted into the conference. |
Remarks
The conference access level defines which users are immediately admitted into the conference without being placed into the lobby. A conference organizer or leader can select specific types of user to bypass the conference lobby LobbyBypass. However, users are always placed in the lobby (except the organizer) if the conference access level was set to Locked.