LobbyOperationFailureReason Enumeration
Enumerates the failure reasons on admitting or denying a participant access to the lobby.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration LobbyOperationFailureReason
'Usage
Dim instance As LobbyOperationFailureReason
public enum LobbyOperationFailureReason
Members
Member name | Description | |
---|---|---|
None | Not initialized. | |
ConferenceFull | The participant was not admitted into the conference because the conference is full. | |
AlreadyAdmitted | The participant was already admitted into the conference.
Two conference leaders attempt to admit the same participant simultaneously or if a leader attempts to deny a participant who was already admitted into the conference. |
|
UserDoesNotExist | The user does not exist.
The user has already left the lobby. |
|
Other | Admitting or denying the participant failed due to another failure. |