SdpAnswerStatus Enumeration

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
UnsupportedMediaCannotRetry
RequestPending RequestPending error will occur if remote endpoint returns 419, 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 will set the Answer status as NotAcceptableLocally.

See Also

Reference

Microsoft.Rtc.Collaboration Namespace