ConferencingRosterVisibility 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.
Represents the visibility of the participant in the conference roster.
public enum class ConferencingRosterVisibility
public enum ConferencingRosterVisibility
type ConferencingRosterVisibility =
Public Enum ConferencingRosterVisibility
- Inheritance
-
ConferencingRosterVisibility
Fields
Name | Value | Description |
---|---|---|
None | 0 | Not applicable or uninitialized. |
Visible | 1 | Visible to roster. |
2 | Invisible to roster. |
Remarks
Conference participants can be users or trusted applications that perform specific conferencing services. Applications will still receive notification events for hidden participants, however, most applications with a user interface (UI) are expected to check for hidden participants and not show them in the UI.