SdpOffer Constructor (SdpContentDescription, IEnumerable<SignalingHeader>)
Create the instance of SdpOffer.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
description As SdpContentDescription, _
headers As IEnumerable(Of SignalingHeader) _
)
'Usage
Dim description As SdpContentDescription
Dim headers As IEnumerable(Of SignalingHeader)
Dim instance As New SdpOffer(description, _
headers)
public SdpOffer(
SdpContentDescription description,
IEnumerable<SignalingHeader> headers
)
Parameters
- description
Type: Microsoft.Rtc.Collaboration.SdpContentDescription
Sdp containing the offer sdp.
- headers
Type: System.Collections.Generic.IEnumerable<SignalingHeader>
Additional headers to be sent with the Offer.