ParticipantAttendanceChangedEventArgs Class

Definition

Represents information regarding participants that get added or removed in a conversation or conference or MCU.

public ref class ParticipantAttendanceChangedEventArgs : EventArgs
public class ParticipantAttendanceChangedEventArgs : EventArgs
type ParticipantAttendanceChangedEventArgs = class
    inherit EventArgs
Public Class ParticipantAttendanceChangedEventArgs
Inherits EventArgs
Inheritance
ParticipantAttendanceChangedEventArgs

Properties

Added

Gets the added participants.

ParticipantCount

Gets the current number of remote participants participating in this conversation.

Removed

Gets the removed participants.

Applies to