Skip to content

Commit

Permalink
RTCRtpEncodingParameters.maxFramerate - off spec zero value (#16272)
Browse files Browse the repository at this point in the history
* RTCRtpEncodingParameters.maxFramerate - partial implementation due to bug

* spec url exception - tracking it elsewhere
  • Loading branch information
hamishwillee authored May 17, 2022
1 parent 4b80803 commit 004e42d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions api/RTCRtpEncodingParameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,14 @@
"version_added": false
},
"firefox": {
"version_added": "101"
"version_added": "101",
"partial_implementation": true,
"notes": "Zero is treated as 'no fps limit' (see <a href='https://bugzil.la/1611957'>bug 1611957</a>)."
},
"firefox_android": {
"version_added": "101"
"version_added": "101",
"partial_implementation": true,
"notes": "Zero is treated as 'no fps limit' (see <a href='https://bugzil.la/1611957'>bug 1611957</a>)."
},
"ie": {
"version_added": false
Expand Down
2 changes: 1 addition & 1 deletion test/spec-urls.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ 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
// Remove if https://github.com/w3c/webrtc-extensions/issues/108 is closed
'https://w3c.github.io/webrtc-extensions/',

// Remove if https://github.com/w3c/mathml/issues/216 is resolved
Expand Down

0 comments on commit 004e42d

Please sign in to comment.