Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: saschanaz <[email protected]>
  • Loading branch information
saschanaz and saschanaz authored Mar 3, 2025
1 parent a508e4a commit 55fd085
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions inputfiles/removedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -708,16 +708,22 @@
"RTCEncodedAudioFrameMetadata": {
"members": {
"member": {
"mimeType": null, // Blink only as of 2024-11
"rtpTimestamp": null // Blink only as of 2024-11
"captureTime": null, // Blink experimental only as of 2025-03
"mimeType": null, // Blink only as of 2025-03
"receiveTime": null, // Blink experimental only as of 2025-03
"rtpTimestamp": null, // Blink only as of 2025-03
"senderCaptureTimeOffset": null // Blink experimental only as of 2025-03
}
}
},
"RTCEncodedVideoFrameMetadata": {
"members": {
"member": {
"mimeType": null, // Blink only as of 2024-11
"rtpTimestamp": null // Blink only as of 2024-11
"captureTime": null, // Blink experimental only as of 2025-03
"mimeType": null, // Blink only as of 2025-03
"receiveTime": null, // Blink experimental only as of 2025-03
"rtpTimestamp": null, // Blink only as of 2025-03
"senderCaptureTimeOffset": null // Blink experimental only as of 2025-03
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55fd085

Please sign in to comment.