Conversation.RemoteParticipantAttendanceChanged 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 remote participants join or leave the conversation.
public:
event EventHandler<Microsoft::Rtc::Collaboration::ParticipantAttendanceChangedEventArgs ^> ^ RemoteParticipantAttendanceChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.ParticipantAttendanceChangedEventArgs> RemoteParticipantAttendanceChanged;
member this.RemoteParticipantAttendanceChanged : EventHandler<Microsoft.Rtc.Collaboration.ParticipantAttendanceChangedEventArgs>
Public Custom Event RemoteParticipantAttendanceChanged As EventHandler(Of ParticipantAttendanceChangedEventArgs)
Event Type
Remarks
For conferencing scenarios, this event is only raised for participants who have been admitted into the conference.