SdpAnswer Constructors
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.
Overloads
SdpAnswer(SdpContentDescription) |
Create an instance for SdpDescriptionAnswer class. |
SdpAnswer(SdpContentDescription, SdpAnswerStatus) |
Create an instance for SdpDescriptionAnswer class. |
SdpAnswer(SdpContentDescription, SdpAnswerStatus, IEnumerable<SignalingHeader>) |
Create an instance for SdpDescriptionAnswer class. |
SdpAnswer(SdpContentDescription)
Create an instance for SdpDescriptionAnswer class.
public:
SdpAnswer(Microsoft::Rtc::Collaboration::SdpContentDescription ^ answerSdp);
public SdpAnswer (Microsoft.Rtc.Collaboration.SdpContentDescription answerSdp);
new Microsoft.Rtc.Collaboration.SdpAnswer : Microsoft.Rtc.Collaboration.SdpContentDescription -> Microsoft.Rtc.Collaboration.SdpAnswer
Public Sub New (answerSdp As SdpContentDescription)
Parameters
- answerSdp
- SdpContentDescription
answerSdp
Applies to
SdpAnswer(SdpContentDescription, SdpAnswerStatus)
Create an instance for SdpDescriptionAnswer class.
public:
SdpAnswer(Microsoft::Rtc::Collaboration::SdpContentDescription ^ answerSdp, Microsoft::Rtc::Collaboration::SdpAnswerStatus status);
public SdpAnswer (Microsoft.Rtc.Collaboration.SdpContentDescription answerSdp, Microsoft.Rtc.Collaboration.SdpAnswerStatus status);
new Microsoft.Rtc.Collaboration.SdpAnswer : Microsoft.Rtc.Collaboration.SdpContentDescription * Microsoft.Rtc.Collaboration.SdpAnswerStatus -> Microsoft.Rtc.Collaboration.SdpAnswer
Public Sub New (answerSdp As SdpContentDescription, status As SdpAnswerStatus)
Parameters
- answerSdp
- SdpContentDescription
answerSdp
- status
- SdpAnswerStatus
Status for the answer.
Applies to
SdpAnswer(SdpContentDescription, SdpAnswerStatus, IEnumerable<SignalingHeader>)
Create an instance for SdpDescriptionAnswer class.
public:
SdpAnswer(Microsoft::Rtc::Collaboration::SdpContentDescription ^ answerSdp, Microsoft::Rtc::Collaboration::SdpAnswerStatus status, System::Collections::Generic::IEnumerable<Microsoft::Rtc::Signaling::SignalingHeader ^> ^ messageHeaders);
public SdpAnswer (Microsoft.Rtc.Collaboration.SdpContentDescription answerSdp, Microsoft.Rtc.Collaboration.SdpAnswerStatus status, System.Collections.Generic.IEnumerable<Microsoft.Rtc.Signaling.SignalingHeader> messageHeaders);
new Microsoft.Rtc.Collaboration.SdpAnswer : Microsoft.Rtc.Collaboration.SdpContentDescription * Microsoft.Rtc.Collaboration.SdpAnswerStatus * seq<Microsoft.Rtc.Signaling.SignalingHeader> -> Microsoft.Rtc.Collaboration.SdpAnswer
Public Sub New (answerSdp As SdpContentDescription, status As SdpAnswerStatus, messageHeaders As IEnumerable(Of SignalingHeader))
Parameters
- answerSdp
- SdpContentDescription
answerSdp
- status
- SdpAnswerStatus
Status for the answer.
- messageHeaders
- IEnumerable<SignalingHeader>
List of the headers on the Answer.