SdpAnswer Constructor (SdpContentDescription, SdpAnswerStatus, IEnumerable<SignalingHeader>)
Create an instance for SdpDescriptionAnswer class.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
answerSdp As SdpContentDescription, _
status As SdpAnswerStatus, _
messageHeaders As IEnumerable(Of SignalingHeader) _
)
'Usage
Dim answerSdp As SdpContentDescription
Dim status As SdpAnswerStatus
Dim messageHeaders As IEnumerable(Of SignalingHeader)
Dim instance As New SdpAnswer(answerSdp, _
status, messageHeaders)
public SdpAnswer(
SdpContentDescription answerSdp,
SdpAnswerStatus status,
IEnumerable<SignalingHeader> messageHeaders
)
Parameters
- answerSdp
Type: Microsoft.Rtc.Collaboration.SdpContentDescription
answerSdp
- status
Type: Microsoft.Rtc.Collaboration.SdpAnswerStatus
Status for the answer.
- messageHeaders
Type: System.Collections.Generic.IEnumerable<SignalingHeader>
List of the headers on the Answer.