LobbyRemovalReason Enum
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.
Defines reasons for removing a participant from the lobby list.
public enum class LobbyRemovalReason
public enum LobbyRemovalReason
type LobbyRemovalReason =
Public Enum LobbyRemovalReason
- Inheritance
-
LobbyRemovalReason
Fields
Name | Value | Description |
---|---|---|
None | 0 | Default value. |
Admitted | 1 | The participant has been admitted into the conference. |
LeftLobby | 2 | The participant has left the lobby. |