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.
Parses the supplied byte array into data structures representing the components of the SDP.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub Parse ( _
bytes As Byte() _
)
'Usage
Dim instance As Sdp
Dim bytes As Byte()
instance.Parse(bytes)
public void Parse(
byte[] bytes
)
Parameters
- bytes
Type: []
The bytes containing the SDP to parse.
Exceptions
| Exception | Condition |
|---|---|
| MessageParsingException | Thrown when the provided SDP is malformated. See exception message for details. |
| ArgumentNullException | Thrown when null is passed as an argument. |
See Also
Reference
Sdp<TGlobalDescription, TMediaDescription> Class