Expand description
Reading SDP (RFC 8866 §5).
SDP is line-oriented and strict about order, and forgiving about almost nothing else. What this parser is deliberately lenient about: line endings (CRLF is required, LF is what half the world sends) and unknown line types, which are kept rather than rejected.
Functions§
- parse
- Parse a session description.