Edit

Share via


ConferenceAccessLevel Enum

Definition

Represents the access levels used to control access to a conference.

public enum class ConferenceAccessLevel
public enum ConferenceAccessLevel
type ConferenceAccessLevel = 
Public Enum ConferenceAccessLevel
Inheritance
ConferenceAccessLevel

Fields

Everyone 4

Everyone is admitted into the conference.

Invited 3

Only invited participants from the same company are admitted into the conference.

Locked 2

Only the organizer is admitted into the conference.

None 0

Not initialized.

SameEnterprise 1

Only the participants from the same company are 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.

Applies to