Edit

Share via


SdpContentDescription Constructors

Definition

Overloads

SdpContentDescription(Byte[])

Create an instance of SdpContentDescription class.

SdpContentDescription(Byte[], String)

Create an instance of SdpContentDescription class.

SdpContentDescription(Byte[])

Create an instance of SdpContentDescription class.

public:
 SdpContentDescription(cli::array <System::Byte> ^ sdpBody);
public SdpContentDescription (byte[] sdpBody);
new Microsoft.Rtc.Collaboration.SdpContentDescription : byte[] -> Microsoft.Rtc.Collaboration.SdpContentDescription
Public Sub New (sdpBody As Byte())

Parameters

sdpBody
Byte[]

Byte array representing the Sdp content body.

Applies to

SdpContentDescription(Byte[], String)

Create an instance of SdpContentDescription class.

public:
 SdpContentDescription(cli::array <System::Byte> ^ sdpBody, System::String ^ contentId);
public SdpContentDescription (byte[] sdpBody, string contentId);
new Microsoft.Rtc.Collaboration.SdpContentDescription : byte[] * string -> Microsoft.Rtc.Collaboration.SdpContentDescription
Public Sub New (sdpBody As Byte(), contentId As String)

Parameters

sdpBody
Byte[]

Byte array representing the Sdp content body.

contentId
String

ContentId for Sdp in multipart/mime.

Applies to