Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the reason for the failure of an operation.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration OperationFailureReason
'Usage
Dim instance As OperationFailureReason
public enum OperationFailureReason
Members
| Member name | Description | |
|---|---|---|
| Unknown | Unknown reason. | |
| EndpointTerminated | The endpoint was terminated already. | |
| SessionTerminated | The session was terminated already. The session can be the invite session or subscription session or a refer session. | |
| Aborted | The operation was aborted. | |
| ConnectionThrottling | The connection is in throttling mode. | |
| InvalidSessionState | The session is in invalid state to perform this operation. | |
| SessionTerminatedAfter200Response | Session was terminated after 200 response
The session was terminated remotely with a BYE after a 200 response to an INVITE. |
|
| SessionRetrying | Session is in retrying mode. | |
| MediaFailure | Media related failure. |