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](https://chromium-review.googlesource.com/c/chromium/src/+/3205175) Fix at next breaking change
Parsing
or the infamous
telephone-event0-15returns
libwebrtc went the other way and uses an empty key to signal the use of this syntax here
Fix at next breaking change