We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8046e09 commit 4f07f45Copy full SHA for 4f07f45
inputfiles/patches/mediastream-recording.kdl
@@ -0,0 +1,8 @@
1
+removals {
2
+ dictionary MediaRecorderOptions {
3
+ // All Blink only as of 2026-01.
4
+ member audioBitrateMode
5
+ member videoKeyFrameIntervalCount
6
+ member videoKeyFrameIntervalDuration
7
+ }
8
+}
inputfiles/removedTypes.jsonc
@@ -132,15 +132,6 @@
132
}
133
134
},
135
- "MediaRecorderOptions": {
136
- "members": {
137
- "member": {
138
- "audioBitrateMode": null, // Blink only as of 2023-05
139
- "videoKeyFrameIntervalCount": null, // No implementation as of 2023-05
140
- "videoKeyFrameIntervalDuration": null // No implementation as of 2023-05
141
- }
142
143
- },
144
"MediaSessionActionDetails": {
145
"members": {
146
"member": {
0 commit comments