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 @@ -288,9 +288,9 @@ dictionary RTCEncodedVideoFrameMetadata {
288
288
unsigned short height;
289
289
long spatialIndex;
290
290
long temporalIndex;
291
- long synchronizationSource;
291
+ unsigned long synchronizationSource;
292
292
octet payloadType;
293
- sequence<long> contributingSources;
293
+ sequence<unsigned long> contributingSources;
294
294
};
295
295
296
296
// New interfaces to define encoded video and audio frames. Will eventually
@@ -304,9 +304,9 @@ interface RTCEncodedVideoFrame {
304
304
};
305
305
306
306
dictionary RTCEncodedAudioFrameMetadata {
307
- long synchronizationSource;
307
+ unsigned long synchronizationSource;
308
308
octet payloadType;
309
- sequence<long> contributingSources;
309
+ sequence<unsigned long> contributingSources;
310
310
};
311
311
312
312
[Exposed=(Window,DedicatedWorker)]
You can’t perform that action at this time.
0 commit comments