SdpOffer Constructor (IEnumerable<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 ( _
descriptions As IEnumerable(Of SdpContentDescription), _
headers As IEnumerable(Of SignalingHeader) _
)
'Usage
Dim descriptions As IEnumerable(Of SdpContentDescription)
Dim headers As IEnumerable(Of SignalingHeader)
Dim instance As New SdpOffer(descriptions, _
headers)
public SdpOffer(
IEnumerable<SdpContentDescription> descriptions,
IEnumerable<SignalingHeader> headers
)
Parameters
- descriptions
Type: System.Collections.Generic.IEnumerable<SdpContentDescription>
List of Sdp bodies to be sent in multipart mime offer.
- headers
Type: System.Collections.Generic.IEnumerable<SignalingHeader>
Additional headers to be sent with the Offer.