It looks like [impl Display](https://github.com/mozilla/webrtc-sdp/blob/master/src/lib.rs#L216) for `SdpSession` has different field order than that required by [RFC 4566: Session Description Protocol](https://datatracker.ietf.org/doc/html/rfc4566#section-5), specifically, connection must be before timing. I will try to make a PR some time soon.
It looks like impl Display for
SdpSessionhas different field order than that required by RFC 4566: Session Description Protocol, specifically, connection must be before timing.I will try to make a PR some time soon.