OfferAnswerFailureReason Enumeration
Failure reason, used with OfferAnswerException to indicate the reason for the error.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration OfferAnswerFailureReason
'Usage
Dim instance As OfferAnswerFailureReason
public enum OfferAnswerFailureReason
Members
Member name | Description | |
---|---|---|
ServerInternalError | Server internal error occured in processing the offer or answer. | |
NotAcceptable | Offer not acceptable. | |
RequestPending | MediaProvider already have a pending negotiation request. | |
UnsupportedMedia | Media specified in SDP offer/ answer is not supported by Provider. | |
RedirectDueToBandwidthPolicy | Bandwidth policy requested this call to be redirected. | |
FailDueToBandwidthPolicy | Bandwidth policy did not allow this call to be established. | |
RequestCanceled | Incoming renegotiation request is canceled, before sdp offer or answer get created. |