Edit

Share via


SdpOfferAnswerReason Enum

Definition

Represents the reason for requesting an SDP offer/answer from MediaProvider.

public enum class SdpOfferAnswerReason
public enum SdpOfferAnswerReason
type SdpOfferAnswerReason = 
Public Enum SdpOfferAnswerReason
Inheritance
SdpOfferAnswerReason

Fields

Name Value Description
OutgoingCallEstablishment 0

The application is establishing an outgoing call.

IncomingCallEstablishment 1

The application is accepting an incoming call.

OutgoingRenegotiation 2

Media renegotiation is initiated locally by MediaProvider.

IncomingRenegotiation 3

Media renegotiation is requested by the remote.

Remarks

The OfferAnswerContext class exposes the SdpOfferAnswerReason enumeration through its Reason property. A MediaProvider implementation can use this reason to identify the reason for the BeginGetOffer, BeginGetAnswer, or SetAnswer methods.

Applies to