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.
Status of the SdpAnswer.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration SdpAnswerStatus
'Usage
Dim instance As SdpAnswerStatus
public enum SdpAnswerStatus
Members
| Member name | Description | |
|---|---|---|
| Provisional | Answer received is on the provisional response, MediaProvider may accept multiple Provisional answers for the forking cases. | |
| Final | Answer received is the final answer from remote endpoint. | |
| UnsupportedMediaCanRetry | UnsupportedMediaCanRetry indicates that 415 ("unacceptable media") response code is received, but Call will retry the sdp negotiation. | |
| UnsupportedMediaCannotRetry | UnsupportedMediaCannotRetry indicates that 415 ("unacceptable media") response code is received and sdp negotiation cannot be reattempted. | |
| RequestPending | RequestPending error would occur if remote endpoint returns 491, for offer/answer negotiation collision. | |
| NotAcceptable | Any error from server in offer answer negotiation, which is not mapped to UnSupportedMedia or RequestPending would be mapped to NotAcceptable. | |
| NotAcceptableLocally | If call cannot send out the offer received from MediaProvider, it would set the Answer status as NotAcceptableLocally. | |
| NotAcceptableDueToBandwidthPolicy | This error code would occur when the remote side rejected the call with 488 due to bandwidth policy. |