mozilla / webrtc-sdp

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

Check for extmap at session and media level #57

Closed Paul-E closed 7 years ago

Paul-E commented 7 years ago

The Sipcc C++ glue has a check to ensure that there isn't an extmap attribute defined at both the media and session level. We should check this in the parser as well.

nils-ohlmeier commented 7 years ago

Fixed in #77