otalk / sdp

SDP parsing and serialization utlities
MIT License
46 stars 11 forks source link

Align parsing and serialization of non-key-value with libwebrtc conventions #92

Open fippo opened 1 year ago

fippo commented 1 year ago

Parsing

a=fmtp:111 96/96

or the infamous telephone-event 0-15 returns

{'96/96': undefined}

libwebrtc went the other way and uses an empty key to signal the use of this syntax here

Fix at next breaking change