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 @@ -289,7 +289,7 @@ dictionary RTCEncodedVideoFrameMetadata {
289
289
[Exposed=(Window,DedicatedWorker)]
290
290
interface RTCEncodedVideoFrame {
291
291
readonly attribute RTCEncodedVideoFrameType type;
292
- readonly attribute unsigned long long timestamp;
292
+ readonly attribute unsigned long timestamp;
293
293
attribute ArrayBuffer data;
294
294
RTCEncodedVideoFrameMetadata getMetadata();
295
295
};
@@ -301,7 +301,7 @@ dictionary RTCEncodedAudioFrameMetadata {
301
301
302
302
[Exposed=(Window,DedicatedWorker)]
303
303
interface RTCEncodedAudioFrame {
304
- readonly attribute unsigned long long timestamp;
304
+ readonly attribute unsigned long timestamp;
305
305
attribute ArrayBuffer data;
306
306
RTCEncodedAudioFrameMetadata getMetadata();
307
307
};
You can’t perform that action at this time.
0 commit comments