mozilla / webrtc-sdp

Rust SDP parser for WebRTC
Mozilla Public License 2.0
155 stars 30 forks source link

Add RTCP-MUX support #185

Closed na-g closed 5 years ago

na-g commented 5 years ago

We need to add support for RTCP-MUX, e.g. a=rtcp-mux.

nils-ohlmeier commented 5 years ago

@na-g I'm confused: rtcp-mux is already supported https://github.com/mozilla/webrtc-sdp/blob/master/src/attribute_type.rs#L4041

What makes you think it's not supported yet?

na-g commented 5 years ago

Sorry, this was an off by one error when looking at a diff. It is clearly in the tree.