OfferAnswerFailureReason 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.
Failure reason, used with OfferAnswerException to indicate the reason for the error.
public enum class OfferAnswerFailureReason
public enum OfferAnswerFailureReason
type OfferAnswerFailureReason =
Public Enum OfferAnswerFailureReason
- Inheritance
-
OfferAnswerFailureReason
Fields
| FailDueToBandwidthPolicy | 5 | Bandwidth policy did not allow this call to be established. |
| NotAcceptable | 1 | Offer not acceptable. |
| RedirectDueToBandwidthPolicy | 4 | Bandwidth policy requested this call to be redirected. |
| RequestCanceled | 6 | Incoming renegotiation request is canceled, before sdp offer or answer get created. |
| RequestPending | 2 | MediaProvider already have a pending negotiation request. |
| ServerInternalError | 0 | Server internal error occurred in processing the offer or answer. |
| UnsupportedMedia | 3 | Media specified in SDP offer/ answer is not supported by Provider. |