SdpContentDescription Constructor (Byte )
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() _
)
'Usage
Dim sdpBody As Byte()
Dim instance As New SdpContentDescription(sdpBody)
public SdpContentDescription(
byte[] sdpBody
)
Parameters
- sdpBody
Type: []
Byte array representing the Sdp content body.