Partilhar via


SdpContentDescription Constructor (Byte , String)

Create an instance of SdpContentDescription class.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub New ( _
    sdpBody As Byte(), _
    contentId As String _
)
'Usage
Dim sdpBody As Byte()
Dim contentId As String

Dim instance As New SdpContentDescription(sdpBody, _
    contentId)
public SdpContentDescription(
    byte[] sdpBody,
    string contentId
)

Parameters

  • sdpBody
    Type: []
    Byte array representing the Sdp content body.
  • contentId
    Type: System.String
    ContentId for Sdp in multipart/mime.

See Also

Reference

SdpContentDescription Class

SdpContentDescription Members

SdpContentDescription Overload

Microsoft.Rtc.Collaboration Namespace