Edit

Share via


ConferenceSession.ParticipantEndpointAttendanceChanged Event

Definition

Raised when one or more participant endpoints join or leave the focus.

public:
 event EventHandler<Microsoft::Rtc::Collaboration::ParticipantEndpointAttendanceChangedEventArgs<Microsoft::Rtc::Collaboration::ConferenceParticipantEndpointProperties ^> ^> ^ ParticipantEndpointAttendanceChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.ParticipantEndpointAttendanceChangedEventArgs<Microsoft.Rtc.Collaboration.ConferenceParticipantEndpointProperties>> ParticipantEndpointAttendanceChanged;
member this.ParticipantEndpointAttendanceChanged : EventHandler<Microsoft.Rtc.Collaboration.ParticipantEndpointAttendanceChangedEventArgs<Microsoft.Rtc.Collaboration.ConferenceParticipantEndpointProperties>> 
Public Custom Event ParticipantEndpointAttendanceChanged As EventHandler(Of ParticipantEndpointAttendanceChangedEventArgs(Of ConferenceParticipantEndpointProperties)) 

Event Type

Remarks

A single participant can have more than one endpoint on the focus. A snapshot of the joining or leaving endpoint properties is provided when the event is raised. However, it is possible for an endpoint to change its properties while the event is being raised. The provided snapshot, on the other hand, will not change.

Applies to