Skip to content

Commit 1fc63c6

Browse files
authored
Update timestamp comment for RTCEncodedAudioFrame
1 parent c75c445 commit 1fc63c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

inputfiles/patches/webrtc-encoded-transform.kdl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ removals {
1212
}
1313
}
1414

15-
// The spec removed `timestamp` but browsers still have it.
15+
// The spec removed `timestamp` but browsers still have it as of 2025-12
1616
// https://github.com/w3c/webrtc-encoded-transform/pull/204
17-
// Still Valid in 2025-12
1817
interface RTCEncodedAudioFrame {
1918
property timestamp type=long readonly=#true mdnUrl="https://developer.mozilla.org/docs/Web/API/RTCEncodedAudioFrame/timestamp"
2019
}
2120

2221
interface RTCEncodedVideoFrame {
2322
property timestamp type=long readonly=#true mdnUrl="https://developer.mozilla.org/docs/Web/API/RTCEncodedVideoFrame/timestamp"
24-
}
23+
}

0 commit comments

Comments
 (0)