Edit

Share via


ParticipantAttendanceChangedEventArgs.ParticipantCount Property

Definition

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.

Applies to