ConferenceAccessType enumeration
Enumerates the various access levels of a conference.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Enumeration ConferenceAccessType
'Usage
Dim instance As ConferenceAccessType
public enum ConferenceAccessType
Members
Member name | Description | |
---|---|---|
Unknown | Conference access level is unknown. | |
Open | Any user who can be authenticated can join the conference. | |
Closed | Only users specifically invited by the conference organizer may join the conference. | |
Anonymous | An anonymous user (without an enterprise identity) is allowed to join the conference | |
Locked | Only the presenter can join the conference. | |
Invalid |