File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33// The spec removed `timestamp` but browsers still have it as of 2025-12
44// https://github.com/w3c/webrtc-encoded-transform/pull/204
55interface RTCEncodedAudioFrame {
6- property timestamp type= long readonly= #true mdnUrl= "https://developer.mozilla.org/docs/Web/API/RTCEncodedAudioFrame/timestamp"
6+ property timestamp type= " long long" readonly= #true mdnUrl= "https://developer.mozilla.org/docs/Web/API/RTCEncodedAudioFrame/timestamp"
77}
88
99interface RTCEncodedVideoFrame {
10- property timestamp type= long readonly= #true mdnUrl= "https://developer.mozilla.org/docs/Web/API/RTCEncodedVideoFrame/timestamp"
10+ property timestamp type= " long long" readonly= #true mdnUrl= "https://developer.mozilla.org/docs/Web/API/RTCEncodedVideoFrame/timestamp"
1111}
1212
1313removals {
You can’t perform that action at this time.
0 commit comments