SdpDescription Constructor (Byte , Boolean)
Creates the object.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
body As Byte(), _
strict As Boolean _
)
'Usage
Dim body As Byte()
Dim strict As Boolean
Dim instance As New SdpDescription(body, strict)
public SdpDescription(
byte[] body,
bool strict
)
Parameters
- body
Type: []
The bytes containing the SDP to parse.
- strict
Type: System.Boolean
A value of true indicates the SDP parser should strictly enforce the SDP encoding rules. It is recommended that strict parsing is always used, however being more lenient may be useful there is a need to communicate with a noncompliant device.