File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -292,9 +292,9 @@ dictionary RTCEncodedVideoFrameMetadata {
292
292
unsigned short height;
293
293
long spatialIndex;
294
294
long temporalIndex;
295
- long synchronizationSource;
295
+ unsigned long synchronizationSource;
296
296
octet payloadType;
297
- sequence<long> contributingSources;
297
+ sequence<unsigned long> contributingSources;
298
298
};
299
299
300
300
// New interfaces to define encoded video and audio frames. Will eventually
@@ -308,9 +308,9 @@ interface RTCEncodedVideoFrame {
308
308
};
309
309
310
310
dictionary RTCEncodedAudioFrameMetadata {
311
- long synchronizationSource;
311
+ unsigned long synchronizationSource;
312
312
octet payloadType;
313
- sequence<long> contributingSources;
313
+ sequence<unsigned long> contributingSources;
314
314
};
315
315
316
316
[Exposed=(Window,DedicatedWorker)]
You can’t perform that action at this time.
0 commit comments