mozilla / webrtc-sdp

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

Add a new Error to specifically reject a=crypto lines #205

Open na-g opened 4 years ago

na-g commented 4 years ago

We don't want to pass encryption keys in clear text, so this should not result in an unknown attribute warning. Rather, it should be its own error.