AutomaticLeaderAssignment Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines which users are automatically promoted to leaders upon joining a conference.
public enum class AutomaticLeaderAssignment
public enum AutomaticLeaderAssignment
type AutomaticLeaderAssignment =
Public Enum AutomaticLeaderAssignment
- Inheritance
-
AutomaticLeaderAssignment
Fields
Name | Value | Description |
---|---|---|
Disabled | 0 | No one is automatically promoted to leader. |
SameEnterprise | 32768 | Everyone from the same company is automatically promoted to leader. |
Everyone | 2147483648 | Everyone is automatically promoted to leader on joining the conference. |