SdpOfferAnswerReason Enumeration
Represents the reason for requesting an SDP offer/answer from MediaProvider.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration SdpOfferAnswerReason
'Usage
Dim instance As SdpOfferAnswerReason
public enum SdpOfferAnswerReason
Members
Member name | Description | |
---|---|---|
OutgoingCallEstablishment | The application is establishing an outgoing call. | |
IncomingCallEstablishment | The application is accepting an incoming call. | |
OutgoingRenegotiation | Media renegotiation is initiated locally by MediaProvider. | |
IncomingRenegotiation | 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.