webrtc-sdp
webrtc-sdp copied to clipboard
`SdpSession` display is not RFC-compatible
It looks like impl Display for SdpSession has 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.