LobbyParticipantAttendanceChangedEventArgs Members
Include Protected Members
Include Inherited Members
Represents information about participants who land into the conference lobby and participants who were admitted into the conference from the lobby or who left the lobby.
The LobbyParticipantAttendanceChangedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Added | Gets the collection of participants who just joined the lobby. | |
Removed | Gets the collection of participants who were admitted into the conference or who left the lobby. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top