Skip to content

Commit

Permalink
FF101 RTCRtpEncodingParameters.maxFramerate supported (#16200)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored May 10, 2022
1 parent a5030df commit 2ee0031
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/RTCRtpEncodingParameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@
"maxFramerate": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCRtpEncodingParameters/maxFramerate",
"spec_url": "https://w3c.github.io/webrtc-extensions/#dom-rtcrtpencodingparameters-maxframerate",
"support": {
"chrome": {
"version_added": false
Expand All @@ -302,10 +303,10 @@
"version_added": false
},
"firefox": {
"version_added": false
"version_added": "101"
},
"firefox_android": {
"version_added": false
"version_added": "101"
},
"ie": {
"version_added": false
Expand Down Expand Up @@ -395,6 +396,7 @@
"ptime": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCRtpEncodingParameters/ptime",
"spec_url": "https://w3c.github.io/webrtc-extensions/#dom-rtcrtpencodingparameters-ptime",
"support": {
"chrome": {
"version_added": false
Expand Down
3 changes: 3 additions & 0 deletions test/spec-urls.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ describe('spec_url data', () => {
// Remove if it is in the main ECMA spec
'https://tc39.es/proposal-hashbang/out.html',

// Remove if https://github.com/w3c/browser-specs/pull/605 is merged
'https://w3c.github.io/webrtc-extensions/',

// Remove if https://github.com/w3c/mathml/issues/216 is resolved
'https://w3c.github.io/mathml/',
];
Expand Down

0 comments on commit 2ee0031

Please sign in to comment.