[webrtc-stats] Is codec.sdpFmtpLine present when there is no sdpFmtpLine in the SDP? (#779)

fippo has just created a new issue for https://github.com/w3c/webrtc-stats:

== Is codec.sdpFmtpLine present when there is no sdpFmtpLine in the SDP? ==
Which is typically the case for VP8 which has no parameters. In Chrome this leads to
![image](https://github.com/w3c/webrtc-stats/assets/289731/bf56f215-640e-46ba-82a8-8d916baea026)
while sdpFmtpLine is defined as 
```
DOMString     sdpFmtpLine;
```
[here](https://w3c.github.io/webrtc-stats/#codec-dict*).

It seems like this should only exist when the codec has a fmtp line? No code changes required but we might need some WPT updates.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 24 January 2024 16:39:09 UTC