Edit

Share via


AudioVideoMcuSession.ParticipantEndpointAttendanceChanged Event

Definition

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

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

Event Type

Remarks

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