ConferenceSession.ParticipantEndpointAttendanceChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when one or more participant endpoints join or leave the focus.
public:
event EventHandler<Microsoft::Rtc::Collaboration::ParticipantEndpointAttendanceChangedEventArgs<Microsoft::Rtc::Collaboration::ConferenceParticipantEndpointProperties ^> ^> ^ ParticipantEndpointAttendanceChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.ParticipantEndpointAttendanceChangedEventArgs<Microsoft.Rtc.Collaboration.ConferenceParticipantEndpointProperties>> ParticipantEndpointAttendanceChanged;
member this.ParticipantEndpointAttendanceChanged : EventHandler<Microsoft.Rtc.Collaboration.ParticipantEndpointAttendanceChangedEventArgs<Microsoft.Rtc.Collaboration.ConferenceParticipantEndpointProperties>>
Public Custom Event ParticipantEndpointAttendanceChanged As EventHandler(Of ParticipantEndpointAttendanceChangedEventArgs(Of ConferenceParticipantEndpointProperties))
Event Type
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.