SdpOfferAnswerReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.