[webrtc-pc] sdpFmtpLine isn't very convenient

taylor-b has just created a new issue for 
https://github.com/w3c/webrtc-pc:

== sdpFmtpLine isn't very convenient ==
As currently written, it sounds like this attribute should return the 
_entire_ "a=fmtp" line. For example:

"a=fmtp:96 foo=1;bar=2"

This seems unnecessary. The payload type (96) is already present in 
RTCRtpCodecParameters. I'd propose this attribute only returns the 
"format specific parameters" (the thing that comes after "a=fmtp:PT 
").

Or, even better, if we can be confident that all codecs will use 
parameters in a "key=value" form, we could make this attribute a 
dictionary instead of an opaque string, as it is in ORTC.

Please view or discuss this issue at 
https://github.com/w3c/webrtc-pc/issues/1022 using your GitHub account

Received on Friday, 10 February 2017 22:41:17 UTC