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
| AlreadyAdmitted | 2 | The participant was already admitted into the conference. |
| ConferenceFull | 1 | The participant was not admitted into the conference because the conference is full. |
| None | 0 | Not initialized. |
| Other | 4 | Admitting or denying the participant failed due to another failure. |
| UserDoesNotExist | 3 | The user does not exist. |