ParticipantEndpointAttendanceChanged Event

Raised when a participant endpoint joins or leaves the MCU.

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

Syntax

'Declaration
Public Event ParticipantEndpointAttendanceChanged As EventHandler(Of ParticipantEndpointAttendanceChangedEventArgs(Of AudioVideoMcuParticipantEndpointProperties))
'Usage
Dim instance As AudioVideoMcuSession
Dim handler As EventHandler(Of ParticipantEndpointAttendanceChangedEventArgs(Of AudioVideoMcuParticipantEndpointProperties))

AddHandler instance.ParticipantEndpointAttendanceChanged, handler
public event EventHandler<ParticipantEndpointAttendanceChangedEventArgs<AudioVideoMcuParticipantEndpointProperties>> ParticipantEndpointAttendanceChanged

See Also

Reference

AudioVideoMcuSession Class

AudioVideoMcuSession Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace