Edit

Share via


AudioVideoMcuSession.ParticipantEndpointPropertiesChanged Event

Definition

Raised when one or more properties of a participant endpoint change.

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

Event Type

Remarks

A snapshot of the changed 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