Skip to content

Commit 55fd085

Browse files
authoredMar 3, 2025
Update to idl@3.60.2 (microsoft#1927)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent a508e4a commit 55fd085

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed
 

Diff for: ‎inputfiles/removedTypes.jsonc

+10-4
Original file line numberDiff line numberDiff line change
@@ -708,16 +708,22 @@
708708
"RTCEncodedAudioFrameMetadata": {
709709
"members": {
710710
"member": {
711-
"mimeType": null, // Blink only as of 2024-11
712-
"rtpTimestamp": null // Blink only as of 2024-11
711+
"captureTime": null, // Blink experimental only as of 2025-03
712+
"mimeType": null, // Blink only as of 2025-03
713+
"receiveTime": null, // Blink experimental only as of 2025-03
714+
"rtpTimestamp": null, // Blink only as of 2025-03
715+
"senderCaptureTimeOffset": null // Blink experimental only as of 2025-03
713716
}
714717
}
715718
},
716719
"RTCEncodedVideoFrameMetadata": {
717720
"members": {
718721
"member": {
719-
"mimeType": null, // Blink only as of 2024-11
720-
"rtpTimestamp": null // Blink only as of 2024-11
722+
"captureTime": null, // Blink experimental only as of 2025-03
723+
"mimeType": null, // Blink only as of 2025-03
724+
"receiveTime": null, // Blink experimental only as of 2025-03
725+
"rtpTimestamp": null, // Blink only as of 2025-03
726+
"senderCaptureTimeOffset": null // Blink experimental only as of 2025-03
721727
}
722728
}
723729
},

Diff for: ‎package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)