Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.