Share via


ConferenceSession.ParticipantEndpointAttendanceChanged Event

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

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

Syntax

'Declaration
Public Event ParticipantEndpointAttendanceChanged As EventHandler(Of ParticipantEndpointAttendanceChangedEventArgs(Of ConferenceParticipantEndpointProperties))
'Usage
Dim instance As ConferenceSession
Dim handler As EventHandler(Of ParticipantEndpointAttendanceChangedEventArgs(Of ConferenceParticipantEndpointProperties))

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

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.

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace