LobbyRemovalReason Enumeration

Defines reasons for removing a participant from the lobby list.

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

Syntax

'Declaration
Public Enumeration LobbyRemovalReason
'Usage
Dim instance As LobbyRemovalReason
public enum LobbyRemovalReason

Members

Member name Description
None Default value.

This value will not be used.

Admitted The participant has been admitted into the conference.

For lobby participants who are admitted to the conference, a LobbyParticipantAttendanceChanged will be raised indicating that the participant is removed from the lobby participant list with the Admitted as the removal reason. Then another RemoteParticipantAttendanceChanged will be raised for the same participant indicating that this participant has been added to the conference.

LeftLobby The participant has left the lobby.

As for participants who leave the lobby, a LobbyParticipantAttendanceChanged will be raised indicating that the participant is removed from the lobby participant list with the LeftLobby as the removal reason. For this case, the platform does not raise another RemoteParticipantAttendanceChanged event.

See Also

Reference

Microsoft.Rtc.Collaboration Namespace