ConversationParticipant.RosterVisibility Property
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.
Gets the visibility of the participant in the conference roster, if applicable.
public:
property Microsoft::Rtc::Collaboration::ConferencingRosterVisibility RosterVisibility { Microsoft::Rtc::Collaboration::ConferencingRosterVisibility get(); };
public Microsoft.Rtc.Collaboration.ConferencingRosterVisibility RosterVisibility { get; }
member this.RosterVisibility : Microsoft.Rtc.Collaboration.ConferencingRosterVisibility
Public ReadOnly Property RosterVisibility As ConferencingRosterVisibility
Property Value
Remarks
This property will be set to None for participants in a two-party conversation. Participants of a multi-party conversation will have this property set to either Visible or Hidden.
An application that joins the conference as trusted appears as a hidden participant.