mozilla / webrtc-sdp

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

Extmap attribute should support parsing extensionattributes #72

Closed Paul-E closed 7 years ago

Paul-E commented 7 years ago

https://tools.ietf.org/html/rfc5285#section-5 describes extmaps as

a=extmap:<value>["/"<direction>] <URI> <extensionattributes>

giving the example

a=extmap:2/sendrecv http://example.com/082005/ext.htm#xmeta short

We do not currently support the extensionattributes