ConferencingRosterVisibility Enum

Definition

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

Hidden 2

Invisible to roster.

None 0

Not applicable or uninitialized.

Visible 1

Visible 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.

Applies to