CallOperationFailureReason 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.
Indicates the reason for the failure of a call operation.
public enum class CallOperationFailureReason
public enum CallOperationFailureReason
type CallOperationFailureReason =
Public Enum CallOperationFailureReason
- Inheritance
-
CallOperationFailureReason
Fields
Name | Value | Description |
---|---|---|
LocalMediaProvider | 0 | Local media provider failure. See inner exception for more details. |
FailedWithPossibleRedirectDueToBandwidthPolicy | 1 | Media provider bandwidth failure. Redirect possible. |
FailedDueToBandwidthPolicy | 2 | Media provider bandwidth failure. No redirect possible. |