LobbyOperationFailureReason 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.
Enumerates the failure reasons on admitting or denying a participant access to the lobby.
public enum class LobbyOperationFailureReason
public enum LobbyOperationFailureReason
type LobbyOperationFailureReason =
Public Enum LobbyOperationFailureReason
- Inheritance
-
LobbyOperationFailureReason
Fields
Name | Value | Description |
---|---|---|
None | 0 | Not initialized. |
ConferenceFull | 1 | The participant was not admitted into the conference because the conference is full. |
AlreadyAdmitted | 2 | The participant was already admitted into the conference. |
UserDoesNotExist | 3 | The user does not exist. |
Other | 4 | Admitting or denying the participant failed due to another failure. |