ParticipantAttendanceChangedEventArgs.ParticipantCount 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 current number of remote participants participating in this conversation.
public:
property Nullable<int> ParticipantCount { Nullable<int> get(); };
public Nullable<int> ParticipantCount { get; }
member this.ParticipantCount : Nullable<int>
Public ReadOnly Property ParticipantCount As Nullable(Of Integer)
Property Value
Remarks
If there is a change in participant count value then this property will give the current participant count value. If there are no changes to the participant count then this property will return a null value.
In conferencing scenarios, the number returned will reflect all the participants with roster visibility Visible This includes participants who may be in the lobby.