Share via


RegistrationTransitionReason Enumeration

Enumerates the reasons for state transitions.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Enumeration RegistrationTransitionReason
'Usage
Dim instance As RegistrationTransitionReason
public enum RegistrationTransitionReason

Members

Member name Description
None No reason or unknown reason.
TooManyActiveEndpoint The number of active endpoints exceeds the limit.
UserChanged The user has changed.
UserMoved The user has moved.
Timeout There was a timeout during initialization.
UnauthorizedAccess The credentials might be valid but are for a different URI. The application might want to reprompt for credentials and the URI, or fail based on its requirements.
Credentials If credentials are specified, there is an invalid password or other problems with the credentials. If default credentials are used, credentials are required. The application supplies new credentials to try again. This can mean prompting the user, depending on the application.
Authentication A fatal authentication error occurred. Examples can be clocks that are out of sync on the client and server when using Kerberos or a server cannot be contacted.
ConnectionFailure Unable to connect to a remote computer due to DNS or network issues. Can possibly reprompt for server name, or peer address and port number as appropriate.
RegisterationRefresh Registration is refreshed.
ConnectionDropped A connection disconnect occured.

See Also

Reference

Microsoft.Rtc.Signaling Namespace