Edit

Share via


OfferAnswerFailureReason Enum

Definition

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

Name Value Description
ServerInternalError 0

Server internal error occurred in processing the offer or answer.

NotAcceptable 1

Offer not acceptable.

RequestPending 2

MediaProvider already have a pending negotiation request.

UnsupportedMedia 3

Media specified in SDP offer/ answer is not supported by Provider.

RedirectDueToBandwidthPolicy 4

Bandwidth policy requested this call to be redirected.

FailDueToBandwidthPolicy 5

Bandwidth policy did not allow this call to be established.

RequestCanceled 6

Incoming renegotiation request is canceled, before sdp offer or answer get created.

Applies to