Open q6r opened 3 years ago
I think this raises a good point. The parser itself should probably parse any known codecs and leave it up to application if it wants to handle these PTs. @na-g any thoughts on this from your side?
@nils-ohlmeier I would rather keep it constrained to what WebRTC offers unless there is a very convincing use case.
https://github.com/mozilla/webrtc-sdp/blob/6d7b7d512c012a7d3f8ba4463423c7b172e0136c/src/media_type.rs#L378
Fails for
2 is ITU-T G.721 3 is GSM 06.10 from https://tools.ietf.org/html/rfc1890 there's a list of all PTs.
This may not be in the scope of the crate because of
aimed to handle WebRTC SDP offers and answers