Bug 1531075 Comment 15 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The SDP spec requires connection information be present [0], so this degenerate case isn't expressible with SDP. Should the Rust SDP parser be changed to support this case? This seems like a bug in the JSEP spec, and something that will occur as a developer error (which would be helpful to report), more often than it would be used intentionally.

[0] https://tools.ietf.org/html/rfc4566#section-5.7
The SDP spec requires connection information be present [0], so this degenerate case isn't expressible with SDP, unless we include a top level connection line. Should the Rust SDP parser be changed to support this case? This seems like a bug in the JSEP spec not to also require a top level connection line in this case, and something that will occur as a developer error (which would be helpful to report), more often than it would be used intentionally.

[0] https://tools.ietf.org/html/rfc4566#section-5.7

Back to Bug 1531075 Comment 15