SdpContentDescription Constructor

Create an instance of the SdpContentDescription class.

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

Syntax

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

Dim instance As New SdpContentDescription(sdpBody)
public SdpContentDescription(
    byte[] sdpBody
)

Parameters

See Also

Reference

SdpContentDescription Class

SdpContentDescription Members

Microsoft.Rtc.Collaboration Namespace