Edit

Share via


LobbyOperationFailureReason Enum

Definition

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.

Applies to