Dela via


AudioVideoMcuSession.ParticipantEndpointPropertiesChanged Event

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

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Event ParticipantEndpointPropertiesChanged As EventHandler(Of ParticipantEndpointPropertiesChangedEventArgs(Of AudioVideoMcuParticipantEndpointProperties))
'Usage
Dim instance As AudioVideoMcuSession
Dim handler As EventHandler(Of ParticipantEndpointPropertiesChangedEventArgs(Of AudioVideoMcuParticipantEndpointProperties))

AddHandler instance.ParticipantEndpointPropertiesChanged, handler
public event EventHandler<ParticipantEndpointPropertiesChangedEventArgs<AudioVideoMcuParticipantEndpointProperties>> ParticipantEndpointPropertiesChanged

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.

See Also

Reference

AudioVideoMcuSession Class

AudioVideoMcuSession Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace